We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc4df9 commit 702b483Copy full SHA for 702b483
user/docker.md
@@ -199,8 +199,9 @@ updating it in the `before_install` step of your `.travis.yml`:
199
**Updating from download.docker.com**
200
```yaml
201
before_install:
202
+ - sudo systemctl stop docker.service && sudo systemctl stop docker.socket
203
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
204
+ - yes | sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
205
- sudo apt-get update
206
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
207
```
0 commit comments