Work Environment: Docker - ramirezfranciscof/aiida-core GitHub Wiki

This can help launch a clean working environment that can be used remotely:

https://quantum-mobile.readthedocs.io/en/latest/users/launch.html#docker-container

# To cleanse the container
docker-compose down -v --rmi all --remove-orphans

# To see al images
docker image ls

# List containers
docker-compose ps

Sources: https://vsupalov.com/cleaning-up-after-docker/ https://docs.docker.com/engine/reference/commandline/image_ls/