Commit graph

173 commits

Author SHA1 Message Date
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
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
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
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
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
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
Skamander
813452c7f1 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-19 20:09:22 +02:00
Valery M
6fa24c08e7 Added link to rename 2016-03-31 17:36:41 +04:00
Valery M
ddbcca352a Added docker rename 2016-03-30 14:14:27 +04:00
Will Sargent
26d35ec65a Take out obsolete link. 2016-03-25 18:29:14 -07:00
ReadmeCritic
fb0445e6d5 Update Docker Security Cheat Sheet link 2016-03-21 14:26:44 -07:00
Will Sargent
8ca07eac4a Add distribution local registry instructions. 2016-03-16 11:45:21 -07:00
Will Sargent
910479afdb Update README.md 2016-03-16 11:41:00 -07:00
Will Sargent
83e72cb6e9 Add IP address example for cheat sheet 2016-03-16 11:34:29 -07:00
Will Sargent
4f2d38cb9b Clearer instructions 2016-03-16 11:31:43 -07:00
Will Sargent
e1dc4091bb Use docker-machine upgrade default 2016-03-16 11:30:08 -07:00
Will Sargent
e5f41ee233 Add section on log drivers 2016-03-16 11:26:15 -07:00
Will Sargent
3659477857 Add a section on user namespaces 2016-03-16 11:19:33 -07:00
Will Sargent
26bd1914cb Add docker stats --all 2016-03-16 11:14:46 -07:00
Will Sargent
a13a63e0dd Add warning note to mac os x instructions 2016-03-16 11:03:20 -07:00
Will Sargent
aead0e3bfe
Move images and collapse commit section 2016-03-16 09:57:47 -07:00
Will Sargent
0905436d99 Remove Editing heading 2016-03-16 09:54:50 -07:00
Will Sargent
9d36f89b9f
Update editing section 2016-03-16 09:53:05 -07:00
Will Sargent
66c1ac1a3e Make changes in bold to "help out" blurb 2016-03-16 09:22:34 -07:00
Will Sargent
1338cea88c Update the contribution callout 2016-03-16 09:21:26 -07:00
Will Sargent
0713c5ca97 Update JQ installation 2016-03-12 14:56:45 -08:00
Will Sargent
e3c49efe20 Update the tech-d link, add more security links. 2016-03-12 14:41:56 -08:00
spacewander
72f010c569 update link for templates for docker containers 2016-02-20 18:56:46 +08:00
John Wass
977ec538be Update broken link to terms/layer 2016-02-11 23:09:24 -05:00
Will Sargent
3832fd6b02 Merge pull request #76 from ttres/patch-2
Add note to avoid ADD and use COPY instead.
2016-02-09 18:26:49 -08:00
ttres
104f9104ad 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-09 15:38:45 -02:00
ttres
cce4bd150c Correct .dockerignore link
The .dockerignore link is wrong (not broken). This PR corrects it.
2016-02-09 15:31:36 -02:00
Will Sargent
041c052ab9 Merge pull request #71 from lruslan/master
Add info about LABEL
2016-02-05 17:31:08 -08:00
ReadmeCritic
276b91e28a Update README URLs based on HTTP redirects 2016-02-05 14:28:49 -08:00
Ruslan Lutsenko
d4233801a3 Add info about LABEL 2016-02-04 09:33:34 +01:00
loucal
50e1d0a003 change docker volumes to docker volume
Did this change at some point?
2016-02-03 20:08:46 -05:00
Will Sargent
e94b0a9883 Merge pull request #68 from ddysher/fix-link
Fix link to pause subcommand
2016-01-29 13:46:04 -08:00
Chase Relock
81ac229b53 Update README
Adds more context and information around how to minimize image layers
2016-01-28 14:44:59 -08:00
Deyuan Deng
c215d87af9 Fix link to pause subcommand 2016-01-27 15:21:35 +08:00
Will Sargent
a2f2e85fcf Add more dockerfile commands, description. 2016-01-22 11:15:03 -08:00