Skip to content

Uninstalling

Blurb from our Discord follows:

... you can remove everything in ~/.dockstarter (or ~/docker on older installs)with exception to ~/.dockstarter/config (which you may not have if your config is at ~/.config/appdata). On older installs of DockSTARTer, you may also have either a ~/.dockstarter/compose or ~/.docker/compose folder, in which case you'll want to keep the ~/.dockstarter/compose/docker-compose.yml and ~/.dockstarter/compose/.env to rebuild it using sudo docker-compose and pass the envs. On newer installs, the compose folder is at ~/.config/compose.

... you should see your containers in docker ps -a or GUI such as Portainer.

DS installs everything by running docker compose the way docker recommends, so all DS is really doing is merging a compose file together for you. Once you have the compose file you can remove DS if you like. Also DS itself doesn't do anything on its own, so you could just leave it in place. Keep up with your .env file and your config folder and everything can be done using the official compose commands.

Just save any configurations you decide you need to keep, and delete the ~/.dockstarter folder. DockSTARTer installs docker using get.docker.com so you can read through that to undo it if you decide you need to. Compose is run via a docker container, so there's nothing to uninstall.

Note: The above has been updated and modified with more recent info.