1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

Initial Home page

Kev++ 2016-01-14 22:38:30 +08:00
commit 5e190e1b05

11
Home.md Normal file

@ -0,0 +1,11 @@
Welcome to the vimagick/dockerfiles wiki!
=========================================
Dockerfile Best Practices
-------------------------
- Read this [article](https://docs.docker.com/engine/articles/dockerfile_best-practices/)
- Use `alpine` or `debian` as base image
- Avoid unnecessary softwares/layers
- Always `RUN set -xe && ...` to verbose
- Use `docker-compose` to manage