A personal containerized Powershell learning and development environment.
Install, explore, test, validate and break stuff without worrying about damaging anything other than the environment inside the container.
git clone https://github.com/michael-akkermans/powerdock.git
cd powerdock
docker-compose up -d
Attach with shell:
docker exec -it wordpress /bin/bash
docker-compose down
docker images -a -q | xargs docker rmi -f
Attach with VScode:
Read this how to.
- Attach VScode to running container
- Select File->Option->Open Workspace
- Select /development/workspace/default.code-workspace