Skip to content

Put all the useful Dockerfiles and related tools into this repo

License

Notifications You must be signed in to change notification settings

mudongliang/Dockerfiles

Repository files navigation

Dockerfiles

Put all the useful Dockerfiles into this repo

How to build docker image with docker file

If you have created corresponding repo in the docker hub, you can directly use:

Take EDB-34164 as example,

cd EDB-34164;
docker build -t mudongliang/edb-34164 .

docker run -i -t mudongliang/edb-34164 /bin/bash

# change something

docker ps -a

# here you could find the container id

docker commit XXXXXXXXX mudongliang/edb-34164

docker login

# login in with your dockerhub account

docker push

If you have any problem about docker commands, you could refer to Docker Cheat Sheet

About

Put all the useful Dockerfiles and related tools into this repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published