maptopixel / tethys_docker

This project houses the Dockerfiles of Tethys Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Tethys Docker README
# Author: Nathan Swain

This project houses the source Dockerfiles and resources for the Tethys Apps project docker images. The container images built using these docker files can be used to easily deploy an instance of Tethys Apps or launch a new development environment for Tethys Apps.

See the README files in the respective directory for more details.

# REMOVE ALL STOPPED CONTAINERS
sudo docker rm -v $(sudo docker ps -a -q)

# REMOVE ALL UNTAGGED IMAGES
sudo docker rmi $(sudo docker images | grep '^<none>' | awk '{print $3}')

# Unmount
umount $(grep 'aufs' /proc/mounts | awk '{print$2}’ | sort -r)

# DOCKER VOLUMES ARE LOCATED HERE (FOR MANUAL CLEANUP):
sudo ls /var/lib/docker/vfs/dir


About

This project houses the Dockerfiles of Tethys Platform.


Languages

Language:Python 86.9%Language:Shell 11.8%Language:R 1.3%