Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a VM using the makevm-script. Use one of the available Floating IP Addresses on Nebula and provide it to the script.
  • Install docker
  • Install pass and gnupg2 (Docker login causes error on ubuntu without these) :
    • `sudo apt-get install pass gnupg2`
  • Login to hub.ncsa.illinois.edu using the robot account login
    • docker login hub.ncsa.illinois.edu
  • Add the docker-compose file created above and all files it depends on to the machine.

...