[GH-ISSUE #1016] Docker docs #622

Closed
opened 2026-03-02 02:17:48 +03:00 by kerem · 3 comments
Owner

Originally created by @silversword411 on GitHub (Mar 22, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1016

Originally assigned to: @silversword411 on GitHub.

Add to docs:

Clean install docker commands:

sudo docker-compose stop
(If TRMM is the only thing on this docker host you can use below commands)
sudo docker rm -f $(sudo docker ps -a -q)
sudo docker volume rm $(sudo docker volume ls -q)
sudo docker network prune

If you are running other things on the same host you will have to remove all the images and volumes manually. Once that is complete you can run sudo docker network prune to cleanup the networks no longer in use. (This will remove ALL docker networks no longer used, Not just TRMM networks)

Then following the guide TRMM will rebuild itself when you run
sudo docker-compose up -d (edited)

I botched a new install of the docker style and could not get it to come up due to a "Network" error untill i removed the docker networks and let them rebuild. The above removes all the existing docker containers and network and rebuilds it all. Might be helpful to others to ensure a clean start.

Originally created by @silversword411 on GitHub (Mar 22, 2022). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1016 Originally assigned to: @silversword411 on GitHub. Add to docs: Clean install docker commands: sudo docker-compose stop (If TRMM is the only thing on this docker host you can use below commands) sudo docker rm -f $(sudo docker ps -a -q) sudo docker volume rm $(sudo docker volume ls -q) sudo docker network prune If you are running other things on the same host you will have to remove all the images and volumes manually. Once that is complete you can run sudo docker network prune to cleanup the networks no longer in use. (This will remove ALL docker networks no longer used, Not just TRMM networks) Then following the guide TRMM will rebuild itself when you run sudo docker-compose up -d (edited) I botched a new install of the docker style and could not get it to come up due to a "Network" error untill i removed the docker networks and let them rebuild. The above removes all the existing docker containers and network and rebuilds it all. Might be helpful to others to ensure a clean start.
kerem 2026-03-02 02:17:48 +03:00
Author
Owner

@ninjamonkey198206 commented on GitHub (Aug 5, 2022):

@silversword411 bump
Looking through old issues to see if any could be closed or resolved, found this

<!-- gh-comment-id:1206598130 --> @ninjamonkey198206 commented on GitHub (Aug 5, 2022): @silversword411 bump Looking through old issues to see if any could be closed or resolved, found this
Author
Owner

@silversword411 commented on GitHub (Aug 5, 2022):

Yeah, I think this was just for expanding docs, and a todo for those that wanted to try their hand at docs updating.

You think what's up is enough? Docker now "unsupported" might just be able to forget

<!-- gh-comment-id:1206607934 --> @silversword411 commented on GitHub (Aug 5, 2022): Yeah, I think this was just for expanding docs, and a todo for those that wanted to try their hand at docs updating. You think what's up is enough? Docker now "unsupported" might just be able to forget
Author
Owner

@ninjamonkey198206 commented on GitHub (Aug 5, 2022):

I mean, I have been meaning to add to them a bit, but we can probably get rid of the open issue.

<!-- gh-comment-id:1206614077 --> @ninjamonkey198206 commented on GitHub (Aug 5, 2022): I mean, I have been meaning to add to them a bit, but we can probably get rid of the open issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#622
No description provided.