LREN-CHUV / docker-cbrain

Docker images for CBrain
GNU General Public License v3.0
0 stars 3 forks source link

Smaller image sizes #1

Open ludovicc opened 6 years ago

ludovicc commented 6 years ago

Use Docker multi stage builds, follow this tutorial for Ruby:

https://blog.codeship.com/build-minimal-docker-container-ruby-apps/

ludovicc commented 6 years ago

Or use Alpine and efficient use of Docker layered filesystem:

https://github.com/Thibaut/devdocs/blob/master/Dockerfile-alpine https://github.com/tootsuite/mastodon/blob/master/Dockerfile