Skip to content

Commit 8d23f9f

Browse files
author
Malcolm Jones
committed
RENAME: docker-engine -> docker-ce. package docker-engine is deprecated
1 parent 5f42a82 commit 8d23f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ before_install:
182182
### Installing a newer Docker version
183183
184184
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`:
185+
updating `docker-ce` in the `before_install` step of your `.travis.yml`:
186186

187187
```yaml
188188
before_install:
189189
- sudo apt-get update
190-
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
190+
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
191191
```
192192

193193
> Check what version of Docker you're running with `docker --version`

0 commit comments

Comments
 (0)