migrate-java-ee-app-to-azur.../99-cleanup
Manfred Riem 34b8481ec7
Changes to make material more self guided (#12)
2020-02-07 10:23:56 -08:00
..
README.md Changes to make material more self guided (#12) 2020-02-07 10:23:56 -08:00

README.md

Cleanup

Once you are done with the training you should cleanup any resources you created.

To cleanup the Azure resources use the following command line:

az group delete --name sharearound

If you used the Docker container for the training

To shutdown and remove the Docker container use the following command lines (outside of the container):

docker kill sharearound
docker rm sharearound

If you did the training on Windows and used the Docker container

Make sure to uncheck Expose daemon on tcp://localhost:2375 without TLS in the Docker Desktop for Windows settings.

If you changed Docker Desktop for Windows to run Linux containers you can switch it back to run Windows containers if so desired.

And uncheck sharing of your C drive.