Commit graph

42 commits

Author SHA1 Message Date
geminiyellow
466dd4243c Remove archive link to docker volumes
The docker volume link from d-tech is causing a 403, removing.
2016-07-20 12:03:37 +09:00
geminiyellow
c242e50152 Updated Table of contents 2016-07-20 11:52:19 +09:00
geminiyellow
ef3e25fa69 Added load save import export
Example of load/save image and import/export container. Briefly explained the difference between them
2016-07-20 11:51:03 +09:00
geminiyellow
cc430d3442 docs(zh-cn): Update networking in a live container
Provide documentation to map an additional port in a running container.
2016-07-20 11:34:54 +09:00
geminiyellow
8721b7ae98 docs: fix the Docker meets the IDE link 2016-05-18 11:27:48 +09:00
geminiyellow
94affedc40 docs(zh-cn): Make "Starting and Stopping" a level 3 header 2016-05-16 12:47:12 +09:00
geminiyellow
97688060b4 docs(zh-cn): Syntax highlighting for Dockerfile
Added some common/popular text editors and their syntax highlighting modules
2016-05-16 12:46:27 +09:00
geminiyellow
10f97298f4 docs(zh-cn): Adding logout command
Logout directive was missing in the registry section. docker logout, Logs out from a Docker registry, if no server is specified "https://index.docker.io/v1/" is used as the default.
https://docs.docker.com/engine/reference/commandline/logout/
2016-05-16 12:34:26 +09:00
geminiyellow
4c18fd3826 docs(zh-cn): List all containers with a specified image 2016-05-16 12:32:39 +09:00
geminiyellow
f4844585b9 docs(zh-cn#目录): fix contents links 2016-04-25 14:14:23 +09:00
geminiyellow
62710b786c docs(zh-cn): Added new security features from docker 1.11
[--pids-limit](https://github.com/docker/docker/pull/18697)
[--security-opt=no-new-privileges](https://github.com/docker/docker/pull/20727)
2016-04-25 14:06:03 +09:00
geminiyellow
dad619ce43 docs(zh-cn): Added link to rename 2016-04-25 13:55:31 +09:00
geminiyellow
d1af2a7210 docs(zh-cn): Take out obsolete link. 2016-04-25 13:51:22 +09:00
geminiyellow
73d0f070ca docs(zh-cn): #88 Update Docker Security Cheat Sheet link 2016-03-23 11:31:52 +09:00
geminiyellow
8794776eba docs(zh-cn): Add distribution local registry instructions.
8ca07eac4a
2016-03-23 11:27:05 +09:00
geminiyellow
99b4bf5b1f docs(zh-cn): Update README.md
910479afdb
2016-03-23 11:27:05 +09:00
geminiyellow
63ff487c36 docs(zh-cn): Add IP address example for cheat sheet
83e72cb6e9
2016-03-23 11:27:05 +09:00
geminiyellow
c973fa9ddd docs(zh-cn): Clearer instructions
4f2d38cb9b
2016-03-23 11:27:05 +09:00
geminiyellow
a0302709e8 docs(zh-cn): Use docker-machine upgrade default
e1dc4091bb
2016-03-23 11:27:05 +09:00
geminiyellow
519989bb1e docs(zh-cn): Add section on log drivers
e5f41ee233
2016-03-23 11:27:05 +09:00
geminiyellow
a68ebccb33 docs(zh-cn): Add a section on user namespaces
3659477857
2016-03-23 11:27:05 +09:00
geminiyellow
e6af4454dd docs(zh-c): Add docker stats --all
26bd1914cb
2016-03-23 11:27:05 +09:00
geminiyellow
e89017a915 docs(zh-cn): Add warning note to mac os x instructions
a13a63e0dd
2016-03-23 11:27:05 +09:00
geminiyellow
aa082d40cd docs(zh-cn): Move images and collapse commit section
aead0e3bfe
2016-03-23 11:27:05 +09:00
geminiyellow
e637852a31 docs(zh-cb): Remove Editing heading
0905436d99
2016-03-23 11:27:05 +09:00
geminiyellow
b35e86fe2f docs(zh-cn): Update editing section
9d36f89b9f
2016-03-23 11:27:05 +09:00
geminiyellow
0ae094dbe8 docs(zh-cn): Make changes in bold to "help out" blurb
66c1ac1a3e
2016-03-23 11:27:05 +09:00
geminiyellow
83f01ded7b docs(zh-cn): Update the contribution callout
1338cea88c
2016-03-23 11:27:05 +09:00
geminiyellow
ea8968f2f8 docs(zh-ch): Update JQ installation
0713c5ca97
2016-03-23 11:27:05 +09:00
geminiyellow
486ee37f5e docs(zh-cn): Update the tech-d link, add more security links
e3c49efe20
2016-03-23 11:27:05 +09:00
Will Sargent
70eb0a5165 Merge pull request #80 from spacewander/update-link
update link for `templates for docker containers`
2016-02-21 19:29:17 -08:00
spacewander
72f010c569 update link for templates for docker containers 2016-02-20 18:56:46 +08:00
geminiyellow
dabcd571e4 docs(zh-cn): #78 Update broken link to terms/layer 2016-02-19 17:32:28 +09:00
geminiyellow
340d529b74 docs(zh-cn): #76 Add note to avoid ADD and use COPY instead.
Docker best practices [1] and other posts [2] recommends to use COPY instead of ADD. This PR makes it clear.

[1]: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#add-or-copy
[2]: https://www.ctl.io/developers/blog/post/dockerfile-add-vs-copy/
2016-02-10 19:21:24 +09:00
geminiyellow
baccd1c4c8 docs(zh-cn): #75 Correct .dockerignore link
The .dockerignore link is wrong (not broken). This PR corrects it.
2016-02-10 19:18:59 +09:00
geminiyellow
94739b915d docs(zh-cn): #72 Update README URLs based on HTTP redirects 2016-02-09 14:31:48 +09:00
geminiyellow
47c8bacff0 docs(zh-cn): #71 Add info about LABEL 2016-02-09 14:31:48 +09:00
geminiyellow
c09dd2bf6e docs(zh-cn): #70 change docker volumes to docker volume
Did this change at some point?
2016-02-09 14:31:48 +09:00
geminiyellow
a5876944d5 docs(zh-cn): #69 Update README …
Adds more context and information around how to minimize image layers
2016-02-09 14:31:48 +09:00
geminiyellow
ce0af89405 docs(zh-cn): #68 Fix link to pause subcommand 2016-02-09 14:31:48 +09:00
geminiyellow
6abf1fc217 docs(zh-cn): Add more dockerfile commands, description.
see also: a2f2e85fcf
2016-01-25 12:02:34 +09:00
geminiyellow
67f91e5416 docs(translate): add Simplified Chinese version
thanks @denghongcai 's review.
2016-01-25 11:34:32 +09:00