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.

  1. Go to the directory into which you have unpacked the firststeps.zip with the Docker images.

  2. Stop and remove the Docker container: docker compose down -v

    • The -v parameter 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.

  3. 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