• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Docker: What bad practices or pitfalls to avoid when starting with Docker images?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I never had to use Docker that much and I wonder what are some things I should avoid when creating Docker images.
 
Author
Posts: 17
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a big list of things, actually. Probably easier to concentrate on how to do a good job at it rather than all the things to avoid. We do cover some of that in the book.
 
Author
Posts: 29
5
Mac OS X Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might be worth reading through The Twelve-Factor App if you are just getting started. It is a short post about lessons learned regarding designing applications for containers that actually helped inspire the original Docker development.

https://12factor.net/

We also cover this and other recommendations in some detail in Docker: Up and Running.

 
reply
    Bookmark Topic Watch Topic
  • New Topic