An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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/
- Dockerfile

Use 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
```