https://github.com/mrizzi/docker-images
Set of Dockerfile files to create some useful docker images
https://github.com/mrizzi/docker-images
Last synced: 2 days ago
JSON representation
Set of Dockerfile files to create some useful docker images
- Host: GitHub
- URL: https://github.com/mrizzi/docker-images
- Owner: mrizzi
- Created: 2018-04-19T17:55:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T08:34:22.000Z (about 8 years ago)
- Last Synced: 2025-02-23T11:28:24.272Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-images
Set of Dockerfile files to create some useful docker images
If you want to build the images on you own, you can clone this project locally on your machine and follow the instructions provided in the README.md files inside eache folder.
On the other side, if you just want a quick way to use my images, just pull them from my Docker repository https://hub.docker.com/u/mrizzi/ to your local one.
For example, if you want to run a docker container with OpenJDK 8, Maven and Git based on [Fedora](https://getfedora.org/), you just have to run this command:
`$ docker run -ti mrizzi/openjdk8-maven-git:fedora`
If you prefer a slimmer image based on [Alpine](https://alpinelinux.org/), just execute:
`$ docker run -ti mrizzi/openjdk8-maven-git:alpine`