• 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 Container production setup

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the book talk about best practices for setting up a Docker Container in a production environment?
Thanks.
 
Author
Posts: 17
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It does, the subtitle of the book is "Shipping Reliable Containers in Production". Because production stacks are commonly running less Docker than they used to, the focus is on how to use Docker to build and set up containers images and containerized apps that are ready for production, and how to think about a production environment and its interaction with your containers.
 
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
You can see the Table of Contents for the 3rd edition on this page (you'll need to expand the tab):

https://www.oreilly.com/library/view/docker-up/9781098131814/

Looking at Chapters 9-11 will give you some idea of the topics we cover, which directly relate to production concerns.
 
reply
    Bookmark Topic Watch Topic
  • New Topic