Skip to content

Instantly share code, notes, and snippets.

@jcaristy
Created March 5, 2018 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcaristy/00dd803faf1663545de11e6646396a1b to your computer and use it in GitHub Desktop.
Save jcaristy/00dd803faf1663545de11e6646396a1b to your computer and use it in GitHub Desktop.
[rancher] update rancher #rancher
# Para correr Portainer con Data Local
docker run -d -p 9000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /data-portainer:/data portainer/portainer
docker run -d -v /data/rancher-mysql:/var/lib/mysql -p 8080:8080 -p 80:8080 --restart=unless-stopped rancher/server:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment