Skip to content

Instantly share code, notes, and snippets.

@anokun7
Created March 17, 2016 02:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anokun7/085ef3c4d6bfbd8fb29e to your computer and use it in GitHub Desktop.
Save anokun7/085ef3c4d6bfbd8fb29e to your computer and use it in GitHub Desktop.
hands-free installation of UCP [aka Single command install] on aws
docker run -it --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v docker_subscription.lic:/docker_subscription.lic \
--name ucp docker/ucp install --fresh-install \
--san $(curl http://169.254.169.254/latest/meta-data/public-hostname)

The user id & password will default to admin/orca

@shivakumarmanne
Copy link

Hi anokun7, when I execute above command UCP getting installed on private IP. How can I access private IP URL on browser..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment