Commit graph

295 commits

Author SHA1 Message Date
Will Sargent
448354b810 Update README.md 2016-10-06 16:23:12 -05:00
Will Sargent
49cde817ef Update README.md 2016-10-06 16:22:16 -05:00
Will Sargent
e03ae21637 Update README.md 2016-10-06 16:21:49 -05:00
Will Sargent
860c44cefe Update README.md 2016-10-06 16:19:05 -05:00
Will Sargent
c393a71764 Update README.md 2016-10-06 16:18:36 -05:00
Will Sargent
6613ea002f Update README.md 2016-10-06 16:13:39 -05:00
Will Sargent
ddcf34c111 Update README.md 2016-10-06 16:10:55 -05:00
Will Sargent
8814acee28 Update README.md 2016-10-06 16:09:37 -05:00
Will Sargent
fccf711ce0 Update README.md 2016-10-06 16:08:39 -05:00
Will Sargent
9ec2fffb06 Merge pull request #110 from LouisVN/patch-1
Spelling mistake in README.md
2016-07-27 17:23:27 -07:00
LouisVN
0bd72fc230 Spelling mistake in README.md 2016-07-27 09:07:16 +02:00
geminiyellow
38f602684e Merge pull request #109 from qinglu008/patch-1
docs(zh-cn): Update README.md
2016-07-27 15:26:08 +09:00
qinglu008
494c4b1a15 Update README.md
update some translation
2016-07-25 15:05:40 +08:00
geminiyellow
4dcf1394bc Merge pull request #106 from ilivebox/docs-sync-8e35472-487ebbc
docs(zh-cn): update zh-cn/README.md(8e35472 ~ 487ebbc)
2016-07-22 19:17:30 +09:00
geminiyellow
f35ff1594a Moved Load/Save and Import/Export to Image section 2016-07-20 12:03:37 +09:00
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
Will Sargent
487ebbc878 Merge pull request #103 from amirbawab/patch-1
Added section load save and import export
2016-07-04 19:14:14 -07:00
Amir Bawab
e73160e118 Moved Load/Save and Import/Export to Image section 2016-07-03 14:26:06 -04:00
Will Sargent
8d2bd58abc Merge pull request #104 from wsargent/remove-dtech-volume-link
Remove archive link to docker volumes
2016-07-02 15:08:11 -07:00
Will Sargent
2d2e62ff1e Remove archive link to docker volumes
The docker volume link from d-tech is causing a 403, removing.
2016-07-02 15:06:43 -07:00
Amir Bawab
5d8aa92f85 Updated Table of contents 2016-07-02 17:05:50 -04:00
Amir Bawab
fe008736e2 Added load save import export
Example of load/save image and import/export container. Briefly explained the difference between them
2016-07-02 17:01:45 -04:00
Will Sargent
f55ecef1bb Merge pull request #102 from asancheza/patch-1
Update networking in a live container
2016-06-17 20:30:53 +02:00
Alejandro Sánchez Acosta
8e35472d52 Update networking in a live container
Provide documentation to map an additional port in a running container.
2016-06-17 10:59:16 -07:00
Will Sargent
8eece99f9b Merge pull request #99 from ilivebox/fix-docker-meets-the-ide
docs: fix `docker meets the ide` link
2016-05-17 19:54:52 -07:00
geminiyellow
8721b7ae98 docs: fix the Docker meets the IDE link 2016-05-18 11:27:48 +09:00
Will Sargent
d5b27bfe44 Add link to understanding and hardening containers 2016-05-17 09:54:14 -07:00
Will Sargent
506cc94899 Merge pull request #93 from kherrick/update-readme.md
update README.md
2016-05-17 09:13:43 -07:00
geminiyellow
6fa13916c1 Merge pull request #98 from ilivebox/docs-sync-form-1ba8-to-e70b
docs(zh-cn): update zh-cn/README.md(1ba87a9 ~ e70b798)
2016-05-16 13:01:47 +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
Will Sargent
e70b7981d5 Make "Starting and Stopping" a level 3 header 2016-05-10 20:20:12 -04:00
Will Sargent
9a6af862f6 Merge pull request #96 from lherrera/patch-1
Adding logout command
2016-05-10 20:17:49 -04:00
Will Sargent
b12ec92c69 Merge pull request #97 from lherrera/patch-2
Syntax highlighting for Dockerfile
2016-05-10 20:17:15 -04:00
Luis Herrera Benítez
02e9428914 Syntax highlighting for Dockerfile
Added some common/popular text editors and their syntax highlighting modules
2016-05-08 11:04:43 +02:00
Luis Herrera Benítez
a8204cdc49 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-07 14:25:57 +02:00
Will Sargent
2b388328ce Merge pull request #94 from int32bit/patch-2
List all containers with a specified  image
2016-04-27 10:55:59 -07:00
int32bit
1ba87a9f6d List all containers with a specified image 2016-04-27 16:48:12 +08:00
Karl Herrick
362a68b96b update README.md
* remove trailing spaces
* remove unnecessary backtick
* update backtick command substitution to dollar/parens form
2016-04-25 16:55:38 -04:00
geminiyellow
4c5d475b4e Merge pull request #92 from geminiyellow/docs-sync-form-26d3-to-4b26
docs(zh-cn): update zh-cn/README.md(26d35ec ~ 4b262bc)
2016-04-25 19:20:19 +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
Will Sargent
4b262bc60e Merge pull request #91 from Skamander/Skamander-security-1.11
Added new security features from docker 1.11
2016-04-19 13:40:16 -07:00