Skip to content
#

rmm

Here are 28 public repositories matching this topic...

silversword411
silversword411 commented Mar 22, 2022

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 co

documentation good first issue

Improve this page

Add a description, image, and links to the rmm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rmm topic, visit your repo's landing page and select "manage topics."

Learn more