metal-stack / mini-lab

a small, virtual setup to locally run the metal-stack
MIT License
57 stars 13 forks source link

Avoid dead containers pilling up #125

Closed harmathy closed 1 year ago

harmathy commented 1 year ago

For every call of metalctl via docker-compose a new container is created, which will reside as stopped container. The --rm parameter will remove the container after termination.