File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # See: https://docs.travis-ci.com/user/docker/#using-docker-compose
4+ # See: https://docs.travis-ci.com/user/docker/#installing-a-newer-docker-version
5+ # See: https://docs.docker.com/engine/install/ubuntu/#next-steps
36sudo apt-get clean
47curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
58sudo add-apt-repository " deb [arch=amd64] https://download.docker.com/linux/ubuntu $( lsb_release -cs) stable"
69sudo apt-get update
710sudo apt-get -y -o Dpkg::Options::=" --force-confnew" install docker-ce docker-ce-cli containerd.io docker-compose-plugin
11+ # Print docker and docker compose tool versions.
812docker --version
9- docker compose version
13+ docker compose version
You can’t perform that action at this time.
0 commit comments