Shutting down and cleaning up
Shutting down
To turn off your Docker Compose services us this command from inside the netbox-tutorial/netbox-docker
directory:
$ docker-compose stop
(To start then again, use docker-compose start
or the command from Getting Started.)
Removing all services and data
To completely remove it (and the data you created in the lab):
$ docker-compose down -v