- Docker CE - 19.03.3+
- Docker Compose - 1.19.0+
sudo curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
Notice:If you already have Docker installed, this script can cause trouble. If you installed the current Docker package using this script and are using it again to update Docker. Or use official installation instructions: Mac, Windows, Ubuntu, Other.
For linux:
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
For Mac or Windows take a look on: official guides.
You can use docker-compose directly, or the nifty make
that comes bundled.
make build
make up
make watch
make test
make down
docker-compose up