Uninstalling Timeline
To remove Timeline, execute the following commands, as root, to remove the docker containers and images, and other files. If you are not using the host machine with the root user, start a new shell with root privileges using the command sudo bash.
- user@host:~# docker kill $(docker ps -q)
- user@host:~# docker rm $(docker ps -aq)
- user@host:~# docker rmi $(docker images -aq)
- user@host:~# docker network rm timeline_network
- user@host:~# rm /etc/systemd/system/timeline.service
- user@host:~# rm -rf /opt/timeline
22.09.2023 8:59:47