Laura
0
Q:

deploy docker on digital ocean

sudo apt-get update
1
apt-cache madison docker-ce
0
sudo apt-get install docker-ce docker-ce-cli containerd.io
0
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
0
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common
0
sudo apt install docker-compose
0

New to Communities?

Join the community