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