- For instances without Anaconda install pip
sudo wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
- For instances with Anaconda (ezj) change ownership of /home/anaconda3
sudo chown ${USER}:iplant-everyone /home/anaconda3/ -R
- Install Docker-Compose
sudo pip3 install docker-compose
- Check for and add the group docker (note: docker group should already exist)
groupadd docker
- Add user to group
sudo usermod -aG docker $USER
- Close Terminal and reopen
- Test Docker without sudo
docker run hello-world
Fix or improve this documentation
- On Github: https://github.com/CyVerse-learning-materials/ez_quickstart
- Send feedback: Tutorials@CyVerse.org