This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/README.md
2017-09-29 13:13:45 +02:00

13 lines
504 B
Markdown

# Dockerfile
## What ?
In this repository, you will find lots of dockerfiles, with a philosophy of being as light as possible, easy to use.
Almost all the time, dockerfiles are based on [alpine Linux](http://alpinelinux.org/), which is a very light GNU/Linux distribution.
## Build
Now, all my images is build and push with my own [gitea instance](https://gitea.io/).
If you don't trust, you can build yourself images. Instructions are on README.
## Contributing
Any contributions, are very welcome !