Get the latest version docker-compose from https://github.com/docker/compose/releases
export LATEST_COMPOSE="1.28.0-rc3"
wget https://github.com/docker/compose/releases/download/$LATEST_COMPOSE/docker-compose-`uname -s`-`uname -m`cp docker-compose-`uname -s`-`uname -m` /usr/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
No comments:
Post a Comment