Self sandbox for create interact object to Docker via Python
This project include:
- Build & run Docker container on the Local
- Pull & Push Docker image to the cloud registry such as Google, AWS, Azure.
Start create the Docker image from the local Dockerfile.
docker build -t docker-image-local -f ./.container/Dockerfile .
Note
If you want to manual run the Docker container (Windows).
docker run -v "${pwd}/secrets:/secret" docker-image-local:latest
Note
Delete container
foreach ($cnt in $(docker ps -aq)) {docker rm $cnt;Write-Host "$cnt deleted"}
I do not think this project will go around the world because it has specific propose, and you can create by your coding without this project dependency for long term solution. So, on this time, you can open the GitHub issue on this project 🙌 for fix bug or request new feature if you want it.