Skip to content

tethysplatform/tethys_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published