3 Home
Kev++ edited this page 2016-01-16 10:10:27 +08:00

Welcome to the vimagick/dockerfiles wiki!

Dockerfile Best Practices

  • Have a fast internet
  • Read this article
  • Use alpine or debian as base image
  • Avoid unnecessary softwares/layers
  • Always RUN set -xe && ... to verbose
  • Use docker-compose to manage
  • Use official docker images