Docker 1.1 Released with a New "Ignore" Feature
Join the DZone community and get the full member experience.
Join For Freethis minor update comes following the major 1.0 release, and while it's not exactly a major update, it still brings new functionality to docker that reflects a great deal of attention from the developer team to community feedback. the request for the new feature, the ability to ignore a directory when deploying a build through docker, was spurned by a long github thread. this comment is cited:

thank you jellybob, you're making a lot of developers very happy. there's some other update notes that are worth knowing about, including:
- containers are now paused when a commit is made.
- a developer can now tail the logs of a container.
- a tar archive can now be passed to `docker build` as context.
this update contains improvements through the entire docker ecosystem--and it's both impressive and hopeful to see this kind of broad attention within a minor update so close in time to a major release. good on them.
Docker (software)
Opinions expressed by DZone contributors are their own.
Trending
-
Java Concurrency: Condition
-
A Complete Guide to Agile Software Development
-
Building a Robust Data Engineering Pipeline in the Streaming Media Industry: An Insider’s Perspective
-
Part 3 of My OCP Journey: Practical Tips and Examples
Comments