https://github.com/icolwell/docker_scripts
This repo contains the Dockerfiles for the images hosted on my dockerhub
https://github.com/icolwell/docker_scripts
docker docker-build docker-scripts
Last synced: 3 months ago
JSON representation
This repo contains the Dockerfiles for the images hosted on my dockerhub
- Host: GitHub
- URL: https://github.com/icolwell/docker_scripts
- Owner: icolwell
- License: mit
- Created: 2018-06-14T15:43:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T02:58:17.000Z (over 2 years ago)
- Last Synced: 2024-08-03T22:19:22.330Z (7 months ago)
- Topics: docker, docker-build, docker-scripts
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/iancolwell
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - icolwell/docker_scripts - This repo contains the Dockerfiles for the images hosted on my dockerhub (Dockerfile)
README
# docker_scripts
This repo contains the Dockerfiles for the images hosted on [my dockerhub](https://hub.docker.com/u/iancolwell).
They are organized like this:
- docker_repository_name/
- tag_name/
- DockerfileUse the build and push scripts with the repo and tag names as arguments:
```
build_image.bash ubuntu jammy_user
push_image.bash ubuntu jammy_user
```