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
Will Sargent
a4cfcc2db6
Add reference to docker bench, grsec
2016-01-17 14:02:13 -08:00
Will Sargent
886f25fad6
Add thing about user namespaces
2016-01-14 15:48:23 -08:00
Will Sargent
60554fdae7
Update README.md
2016-01-12 15:48:30 -08:00
Will Sargent
35205e992d
Update README.md
2016-01-12 10:51:43 -08:00
Will Sargent
aea06af1c2
Update README.md
2016-01-12 10:51:00 -08:00
Will Sargent
4c3ca300f0
Update security section
2016-01-12 10:50:16 -08:00
Will Sargent
b210d04793
Update README.md
2016-01-11 17:45:14 -08:00
Will Sargent
b263de668a
Clean out obsolete tips on container execution
2016-01-11 17:37:42 -08:00
Will Sargent
a2e0ae233e
Add pause / unpause operations.
2016-01-11 17:26:25 -08:00
Will Sargent
35b55bec2b
Add links to volume commands.
2016-01-11 17:18:09 -08:00
Will Sargent
7208ae667c
Update README.md
2016-01-11 17:13:58 -08:00
Will Sargent
d2c221f28a
Update README.md
2016-01-11 17:11:01 -08:00
Will Sargent
0901800743
Update README.md
2016-01-11 17:10:25 -08:00
Will Sargent
a2a38623c6
Add networks, fix port feature.
2016-01-11 17:08:11 -08:00
Ted M. Young
0da2817914
Added reference to the docker-gc tool for cleaning up unused Docker images on the local machine.
2016-01-11 16:38:55 -08:00
Sébastien OUDRY
235cf0d3ed
Update URL for Docker Dev Environment in 24 Hours
2016-01-08 12:13:00 +01:00
Will Sargent
373d1aa936
Merge pull request #54 from jamesvl/patch-1
...
Added info for Docker 1.9 `docker volume` commands
2015-12-24 11:19:34 -08:00
Daniel Jones
f1c965564e
Add method to list containers by name in the docker stats section.
2015-12-23 00:11:59 -05:00
James
76815d544c
Added info for Docker 1.9 docker volume
commands
2015-11-11 16:57:27 -08:00
jviide
0ddca9a34f
Fix the volume removal example
...
The example demonstrating how to remove the volumes associated with a container is probably supposed to be `docker rm -v` instead of `docker --rm -v`.
2015-10-14 03:51:43 +03:00
Artur Dryomov
42ca10cf66
Fix readme file thingies.
2015-10-11 20:21:46 +03:00
Will Sargent
6e27add6c3
Update security tips.
2015-10-09 16:49:21 -07:00
Will Sargent
22608672ce
Make order reflect table of contents.
2015-10-02 12:30:40 -07:00
Will Sargent
43291a45a1
Add a security section
2015-10-02 12:26:49 -07:00
Chris Kelly
73d9781430
Fix broken link
2015-09-29 14:45:51 -07:00
Will Sargent
6cf581f843
Add a link for linux newbies.
2015-09-23 19:09:15 -07:00
Will Sargent
d815a5faa7
Add more links.
2015-09-23 19:07:49 -07:00
Will Sargent
ac7cc541db
Update to match docker machine
...
Update docker machine instructions.
2015-09-23 19:04:54 -07:00
Will Sargent
dba950b89f
Merge pull request #49 from outcoldman/patch-1
...
Update import/export section
2015-09-07 13:55:09 -06:00
Denis Gladkikh
7460413bc9
Remove docker insert
...
Docker insert has been deprecated from 0.10 https://github.com/docker/docker/blob/v1.8.1/CHANGELOG.md#0100-2014-04-08
2015-09-07 10:47:40 -07:00
Denis Gladkikh
42a3546c63
Update import/export section
...
Docker cp allows now to copy files from local filesystem to container
2015-09-07 10:43:25 -07:00
Will Sargent
c04adf7392
Merge pull request #45 from suchkultur/patch-1
...
Add A simple way to monitor resource utilization
2015-07-14 23:00:03 -07:00
Will Sargent
e0870e5bd7
Fix command line urls
...
Docker changed the url fromat from https://docs.docker.com/reference/commandline/cli/#push to https://docs.docker.com/reference/commandline/push
2015-07-14 22:58:32 -07:00
Stefan Antoni
2f5717c494
Add A simple way to monitor resource utilization
2015-07-09 17:56:55 +02:00
Andreas Linz
ca6c696f2d
Fix -volume-from
...
The option name is now `--volumes-from`.
2015-07-06 13:10:04 +02:00
Fredrik Wendt
ef9f515709
Added how to poke around in a running container
...
The exec command can be used to launch another process in an already running container.
2015-05-12 22:42:40 +02:00
kxxoling
d9ec8e28c1
Update the using of fig part to docker-compose
2015-05-09 12:11:30 +08:00
Vyacheslav Matyukhin
31f2a1a665
Update legacy docker.io links
...
docker.io now redirects to docker.com, and index.docker.io redirects to registry.hub.docker.com.
This patch reflects these changes.
The only non-trivial change is in the `Links` section, I tried my best to fix the obsolete links with their modern replacements.
2015-05-04 20:36:50 +03:00