-
Notifications
You must be signed in to change notification settings - Fork 2
Recreating a clean install
Mark Lilback edited this page Apr 13, 2017
·
2 revisions
rm ~/Library/Preferences/io.rc2.MacClient.plist
rm -rf ~/Library/Caches/io.rc2.MacClient
rm -rf ~/Library/Application\ Support/io.rc.MacClient
docker stop rc2_dbserver rc_appserver rc2_compute
docker rm rc2_dbserver rc_appserver rc2_compute
docker volume rm rc2_dbdata rc2_userlib
docker network rm rc2server
If you want to fetch the images, docker images
will list the images and run docker rmi <image name> for each image name/tag combo that starts with rc2server. For example,
docker rmi rcserver/appserver:0.4.2`.