Created
March 5, 2018 04:08
-
-
Save jcaristy/00dd803faf1663545de11e6646396a1b to your computer and use it in GitHub Desktop.
[rancher] update rancher #rancher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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