Commit graph

186 commits

Author SHA1 Message Date
Will Sargent
b494340004 Merge pull request #75 from ttres/patch-1
Correct .dockerignore link
2016-02-09 18:24:47 -08: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
geminiyellow
5aa90a2eb9 Merge pull request #74 from geminiyellow/docs-sync
docs(zh-cn): update zh-cn/README.md
2016-02-09 15:00:52 +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
Will Sargent
041c052ab9 Merge pull request #71 from lruslan/master
Add info about LABEL
2016-02-05 17:31:08 -08:00
Will Sargent
9d8f04e62c Merge pull request #72 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-02-05 17:30:47 -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
Will Sargent
a499820202 Merge pull request #70 from loucal/loucal-volumes
change docker volumes to docker volume
2016-02-03 20:05:20 -08: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
891cc26158 Merge pull request #67 from geminiyellow/master
docs: add Simplified Chinese version
2016-01-29 13:46:27 -08: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
Will Sargent
556f15f960 Merge pull request #69 from chaserelock/patch-1
Update README
2016-01-29 13:45:38 -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
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
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
41ef49555b Merge pull request #64 from wsargent/update-security-section
Update security section
2016-01-12 10:50:23 -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
d551964753 Merge pull request #63 from wsargent/add-pause-unpause
Add pause / unpause operations.
2016-01-11 17:34:15 -08:00
Will Sargent
a2e0ae233e Add pause / unpause operations. 2016-01-11 17:26:25 -08:00
Will Sargent
942ca6c810 Merge pull request #62 from wsargent/update-volumes
Add links to volume commands.
2016-01-11 17:18:17 -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
0ba2b3e6eb Merge pull request #61 from wsargent/fix-ports-add-network
Add networks, fix port feature.
2016-01-11 17:08:31 -08:00
Will Sargent
a2a38623c6 Add networks, fix port feature. 2016-01-11 17:08:11 -08:00
Will Sargent
30c086e705 Merge pull request #60 from tedyoung/master
Added reference to the tool for cleaning up unused Docker images.
2016-01-11 16:55:19 -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
Will Sargent
7060be215b Merge pull request #58 from Secathor/patch-1
Update URL for Docker Dev Environment in 24 Hours
2016-01-10 17:19:05 -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
Will Sargent
7373a0d9ec Merge pull request #56 from tortxof/master
Add method to list containers by name in the docker stats section.
2015-12-24 11:18:54 -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
Will Sargent
deca1256fb Merge pull request #53 from jviide/patch-1
Fix the volume removal example
2015-10-14 18:57:10 -07: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