Skip to content

katorly/dockerfiles

Repository files navigation

dockerfiles

License

Dockerfiles of my workspace images.

Use

docker run -it katorly/<image-name>

Build

docker build --no-cache -t katorly/<image-name>:<current-date> <folder-path>

Push (Publish)

docker tag katorly/<image-name>:<current-date> katorly/<image-name>:latest
docker push katorly/<image-name>:<current-date>
docker push katorly/<image-name>:latest

About

πŸ‹ Dockerfiles of my workspace images.

Topics

Resources

License

Stars

Watchers

Forks

Contributors