forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Netlify build script * Pull 'edge' stuff from master for now * Add env-regex logging opt (docker#2688) * Update Dockerfile to pull from 17.05 branch * Update YAML files from 17.05.x branch * Add scaffolding for 17.05 content * Document highlights for 17.05 * Add v1.29 API * Document multi-stage builds
- Loading branch information
1 parent
6456b4a
commit 9c648cf
Showing
54 changed files
with
1,242 additions
and
696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ command: docker commit | |
short: Create a new image from a container's changes | ||
long: |- | ||
It can be useful to commit a container's file changes or settings into a new | ||
image. This allows you debug a container by running an interactive shell, or to | ||
image. This allows you to debug a container by running an interactive shell, or to | ||
export a working dataset to another server. Generally, it is better to use | ||
Dockerfiles to manage your images in a documented and maintainable way. | ||
[Read more about valid image names and tags](tag.md). | ||
|
@@ -27,7 +27,6 @@ options: | |
description: Author (e.g., "John Hannibal Smith <[email protected]>") | ||
- option: change | ||
shorthand: c | ||
default_value: '[]' | ||
description: Apply Dockerfile instruction to the created image | ||
- option: message | ||
shorthand: m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ options: | |
description: Author (e.g., "John Hannibal Smith <[email protected]>") | ||
- option: change | ||
shorthand: c | ||
default_value: '[]' | ||
description: Apply Dockerfile instruction to the created image | ||
- option: message | ||
shorthand: m | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.