Launching a Docker app on Atmosphere¶
You don’t need to do the first 5 steps if you are running the ‘DataCarpentry Genomics May2019’ image.
- Use web shell to run a basic Atmosphere instance*
- Type
ezd
- Wait for Docker to install
- Close or Refresh the Web Shell browser tab.
- type
docker run hello-world
- type
docker run godlovedc/lolcow
Note
You may receive an error if Docker did not add your username to the docker
group, you’ll need to use the sudo
invocation, e.g. sudo docker run hello-world
To add yourself to the docker group type sudo usermod -aG docker $USER
and refresh your terminal window.
Fix or improve this documentation:
- On Github: Github Repo Link
- Send feedback: Tutorials@CyVerse.org