This is a collection of development environments I use. Please feel free to contribute, or suggest corrections.
- For each environment, use a docker file,
Dockerfile
that spins up the environment and installs dependencies. Docker container should go away when file finishes. - Create a bash shell script to run the docker command that pulls in any Azure resources such as keys and regions.
docker images
docker rmi image-name-or-id -f
docker ps docker ps -a