theodorosploumis / distros.bid

A saas to create drupal websites in seconds using docker containers.
https://www.distros.bid
GNU General Public License v2.0
19 stars 13 forks source link

How to update Containers #11

Open theodorosploumis opened 5 years ago

theodorosploumis commented 5 years ago

Start Nginx-proxy

docker run -d -p 8055:80 --name=proxy --restart=always --label name=proxy -v /var/run/docker.sock:/tmp/docker.sock:ro  jwilder/nginx-proxy

Start Portainer

docker run -d --restart=always --label name=portainer -p 9988:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data --name=portainer portainer/portainer