You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, both docker (version 17.09.0-ce) and docker-compose (1.18.0) need to be updated.
420
420
421
-
**NOTE** - Docker Compose version 2.19.0 and greater includes syntax restrictions that are not compatible with our compose files. As a temporary workaround while a more complete solution is determined, please do not update docker compose to a version greater than 2.18.1.
422
-
423
-
Follow [Dockers' documentation](https://docs.docker.com/install/) for your OS to get the latest version of Docker* (see above Note). For the docker command, most OSes have a built-in update mechanism like "apt upgrade".
421
+
Follow [Docker's documentation](https://docs.docker.com/install/) for your OS to get the latest version of Docker. For the docker command, most OSes have a built-in update mechanism like "apt upgrade".
424
422
425
423
Docker Compose isn't packaged like Docker and you'll need to manually update an existing install if using Linux. For Linux, either follow the instructions in the [Docker Compose documentation](https://docs.docker.com/compose/install/) or use the shell script below. The script below will update docker-compose to the latest version automatically. You will need to make the script executable and have sudo privileges to upgrade docker-compose:
0 commit comments