Skip to content

Self sandbox for create interact object to Docker via Python

License

Notifications You must be signed in to change notification settings

dde-labs/self-docker

Repository files navigation

Self: Docker

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.

📍 Prerequisite

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"}

💬 Contribute

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.

About

Self sandbox for create interact object to Docker via Python

Topics

Resources

License

Stars

Watchers

Forks