Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update gitlab_compose container_guide
authored
May 29, 2018
by
Jani Purujoki
Show whitespace changes
Inline
Side-by-side
gitlab_compose-container_guide.md
View page @
971cfece
# Setting up GitLab with Docker
### Useful commands:
```
sudo docker ps
sudo docker image ls
sudo docker exec -it gitlab /bin/bash
```
### Starting point
*
Pre-installed Ubuntu 16.04 Desktop in Virtual Box
...
...
...
...