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

13 lines
504 B
Markdown
Raw Permalink Normal View History

2017-03-23 09:17:22 +01:00
# Dockerfile
## What ?
In this repository, you will find lots of dockerfiles, with a philosophy of being as light as possible, easy to use.
2017-03-14 20:56:57 +01:00
2017-03-23 09:17:22 +01:00
Almost all the time, dockerfiles are based on [alpine Linux](http://alpinelinux.org/), which is a very light GNU/Linux distribution.
2017-03-14 20:56:57 +01:00
2017-03-23 09:17:22 +01:00
## Build
2017-09-29 13:13:45 +02:00
Now, all my images is build and push with my own [gitea instance](https://gitea.io/).
2017-03-23 09:17:22 +01:00
If you don't trust, you can build yourself images. Instructions are on README.
## Contributing
2017-04-16 14:54:30 +02:00
Any contributions, are very welcome !