Skip to content

Instantly share code, notes, and snippets.

@sax1johno
Created February 9, 2018 08:53
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 sax1johno/f830bde35e7bacf4e66f91c5b72f2680 to your computer and use it in GitHub Desktop.
Save sax1johno/f830bde35e7bacf4e66f91c5b72f2680 to your computer and use it in GitHub Desktop.
docker run -d --restart=unless-stopped -p 8080:8080 -p 9345:9345 rancher/server \
--db-host <hostName> --db-port 3306 --db-user <username> --db-pass <password> --db-name rancher_cattle \
--advertise-address awslocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment