Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-compose [2024-07-13 Sat wk28 09:18] – [References] baumkp | docker_notes:docker-compose [2026-05-23 Sat wk21 19:14] (current) – [Installation / Update] baumkp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| ======Docker-Compose====== | ======Docker-Compose====== | ||
| *Docker Docs [[https:// | *Docker Docs [[https:// | ||
| Line 6: | Line 6: | ||
| ***'' | ***'' | ||
| *'' | *'' | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * '' | * '' | ||
| Line 12: | Line 12: | ||
| *'' | *'' | ||
| *'' | *'' | ||
| + | |||
| + | ====Docker Compose Versions/ | ||
| + | Docker compose can be installed as a specific program and run as '' | ||
| =====Installation / Update===== | =====Installation / Update===== | ||
| To check current version: '' | To check current version: '' | ||
| Line 17: | Line 20: | ||
| The latest version of docker-compose can be check here: [[https:// | The latest version of docker-compose can be check here: [[https:// | ||
| <code bash> | <code bash> | ||
| - | sudo curl -L " | + | sudo curl -L " |
| + | </ | ||
| + | <code bash> | ||
| sudo chmod +x / | sudo chmod +x / | ||
| </ | </ | ||
| - | |||
| *[[https:// | *[[https:// | ||
| *Install Docker Engine : [[https:// | *Install Docker Engine : [[https:// | ||
| Line 65: | Line 69: | ||
| ====Docker external named volumes==== | ====Docker external named volumes==== | ||
| - | Docker compose external named volumes can be used across the Docker installation and they need to be created by the user (otherwise fails) using the docker volume create command. (References: | + | Docker compose external named volumes can be used across the Docker installation and they need to be created by the user (otherwise fails) using the docker volume create command. (References: |
| Example: | Example: | ||
| Line 172: | Line 176: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||