Difference between revisions of "Docker on ubuntu"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` curl -LO https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 && chmod +x docker-compose-linux-x86_64 && sudo mv docker-compose-linux-x8...")
(No difference)

Revision as of 07:51, 2 May 2024

curl -LO https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 && chmod +x docker-compose-linux-x86_64 && sudo mv docker-compose-linux-x86_64 /usr/local/bin/