| ... | ... | @@ -7,7 +7,7 @@ sudo docker ps |
|
|
|
sudo docker image ls
|
|
|
|
```
|
|
|
|
|
|
|
|
Edit container:
|
|
|
|
* Edit container:
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo docker exec -it gitlab /bin/bash
|
| ... | ... | @@ -22,7 +22,6 @@ sudo docker exec -it gitlab /bin/bash |
|
|
|
```
|
|
|
|
sudo apt-get update
|
|
|
|
```
|
|
|
|
|
|
|
|
2. Install packages to allow apt to use a repository over HTTPS:
|
|
|
|
|
|
|
|
```
|
| ... | ... | @@ -32,8 +31,7 @@ sudo apt-get install \ |
|
|
|
curl \
|
|
|
|
software-properties-common
|
|
|
|
```
|
|
|
|
|
|
|
|
3. Add Docker's official GPG key:
|
|
|
|
Add Docker's official GPG key:
|
|
|
|
|
|
|
|
```
|
|
|
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
| ... | ... | |
| ... | ... | |