One-Liner series: Docker and docker-compose
OS | Shell |
---|---|
Ubuntu Server 22.04 Jammy | Bash |
Install Docker Engine community
curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
docker-compose is now installed along with docker engine, and becomes docker compose
.
However docker-compose can still be installed as a stand-alone binary