• 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 Up and Running : Basics

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sean and Karl.

Does the book cover the basics of writing Dockerfiles etc. or is it mainly about the productionising aspects?


Thanks
Don.
 
Author
Posts: 17
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is discussion about some good practices for building containers and what to think about when containerizing an application: both on the application side and on the container image side. We don't walk through every command available in Dockerfiles because the Docker docs are pretty good on this topic.
 
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/

If you look at Chapter 4, that will give you some idea of the topics we cover, which directly relate to building images.
 
reply
    Bookmark Topic Watch Topic
  • New Topic