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-03-08 Fri wk10 18:06] – [Installation / Update] baumkp | docker_notes:docker-compose [2024-11-10 Sun wk45 12:24] (current) – baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Docker-Compose====== | ======Docker-Compose====== | ||
- | *Docker Docs [[https:// | + | *Docker Docs [[https:// |
Some commands: | Some commands: | ||
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 " |
sudo chmod +x / | sudo chmod +x / | ||
</ | </ | ||
Line 168: | Line 171: | ||
'' | '' | ||
- | References: | + | ====References==== |
+ | * Docker | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
Line 178: | Line 185: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
- | <- docker_notes: | + | <- docker_notes: |