-
Notifications
You must be signed in to change notification settings - Fork 7
This project houses the Dockerfiles of Tethys Platform.
License
tethysplatform/tethys_docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published