Reset the training environment
Should you decide to go through the whole First steps guide again, you may want to reset the training environment. This is only applicable if you used the preconfigured Docker images we provide as part of the MID-301 First steps training course.
-
Go to the directory into which you have unpacked the
firststeps.zipwith the Docker images. -
Stop and remove the Docker container:
docker compose down -v-
The
-vparameter instructs Docker to delete the containers, volumes, and networks. Without the parameter, Docker only stops the containers and you can resume them as you left them.
-
-
Start the whole training environment anew:
docker compse up -d
In a few moments, you can connect to the training applications.
Was this page helpful?
YES
NO
Thanks for your feedback