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 5f42a82 commit 8d23f9fCopy full SHA for 8d23f9f
user/docker.md
@@ -182,12 +182,12 @@ before_install:
182
### Installing a newer Docker version
183
184
You can upgrade to the latest version and use any new Docker features by manually
185
-updating `docker-engine` in the `before_install` step of your `.travis.yml`:
+updating `docker-ce` in the `before_install` step of your `.travis.yml`:
186
187
```yaml
188
before_install:
189
- sudo apt-get update
190
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
+ - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
191
```
192
193
> Check what version of Docker you're running with `docker --version`
0 commit comments