Will Sargent
4dbdddd337
Merge pull request #149 from 0x04C2/remove_ad
...
Update zh-cn/README.md - remove AD
2017-12-13 07:57:43 -08:00
Wei Fu
78a871844f
Update zh-cn/README.md
...
The AD should not be in zh-cn/README.md...
2017-11-23 11:18:26 +08:00
TANIGUCHI Masaya
0099358b28
Update the instruction of Installation on macOS
2017-11-08 21:15:54 +09:00
Anant Paatra
55956865ab
small typo
2017-11-01 04:10:47 +00:00
Brendan Dwyer
4a3d1455a3
deleted broken link
2017-10-10 12:32:04 -07:00
Broundon Seino
bcc568e9bc
Checking Docker version
2017-09-24 14:33:46 -04:00
zz_zigzag
727ce3d77e
Update anchor of contributing
2017-09-19 09:49:14 +08:00
Ziv Dreyfuss
8e4a7df236
fix to get single IPAddress
2017-08-30 17:29:32 -04:00
David Long
a5db1c56ab
Update README.md
...
Added example of how to stop and remove images in a single statement
2017-08-08 08:59:54 +01:00
Will Sargent
f7a679fd34
Merge pull request #136 from phoen1x/patch-1
...
Volumes can be files
2017-07-19 11:34:20 -07:00
Will Sargent
9a5b4859f8
Merge pull request #137 from JonArnfred/patch-1
...
set correct link to deprecated maintainer
2017-07-19 11:33:50 -07:00
Jon Højlund Arnfred
8a1f6b025d
set correct link to deprecated maintainer
2017-07-19 12:16:49 +02:00
Will Sargent
1d57803777
Remove aufs limitation
...
Fixed by https://github.com/moby/moby/pull/14242
2017-07-18 13:53:50 -07:00
Will Sargent
d2a1ec5ea2
Remove tasteful plug
2017-07-18 13:50:14 -07:00
Thomas
8f8c01a772
Volumes can be files
...
Just wanted to add that is possible to mount files as volumes.
Don't know if that is worth mentioning. But it can be useful if you want to toy around with a image from [Docker Hub](https://hub.docker.com ) without writing your own Dockerfile.
2017-07-15 17:22:21 +02:00
Will Sargent
b325798014
Merge pull request #135 from Domeee/patch-1
...
Add VS Code as common text editor
2017-07-07 22:30:48 -07:00
Domeee
673a1142ca
Add VS Code as common text editor
...
VS Code with the Docker extension provides a great experience to fiddle around with dockerfiles
2017-07-08 06:42:23 +02:00
Will Sargent
8a5b3bfe30
Merge pull request #133 from a-maze-d/patch-1
...
Fixing broken link
2017-06-22 16:33:51 -07:00
a-maze-d
afede536ae
Fixing broken link
...
The link for "Understanding and Hardening Linux Containers" was broken, since the document was updated (v1.1 instead of v1.0)
2017-06-22 14:23:44 +02:00
Will Sargent
a55230e6dd
Add DOCKER_HOST_IP
2017-05-20 11:40:21 -07:00
Will Sargent
e112c3fb7c
Merge pull request #132 from zsjohny/patch-2
...
Update README.md
2017-04-30 11:58:50 -07:00
johny.zheng
17089f15b9
Update README.md
...
Remove all untagged images
```
docker rmi $(docker images | grep “^” | awk “{print $3}”)
```
Remove container by a regular expression
```
docker ps -a | grep wildfly | awk '{print $1}' | xargs docker rm -f
```
Remove all exited containers
```
docker rm -f $(docker ps -a | grep Exit | awk '{ print $1 }')
```
2017-04-28 13:19:29 +08:00
Will Sargent
ce6f663e6b
Add note about user-defined networks.
2017-04-26 21:12:51 -07:00
Will Sargent
b7c3383a08
Add note to say COPY uses root
2017-04-26 21:12:17 -07:00
Will Sargent
f0cc9fcbd6
Update README.md
2017-04-26 12:53:10 -07:00
Will Sargent
1a502a6d32
I cannot even
2017-04-20 21:37:40 -07:00
Will Sargent
9e6db26d07
Merge pull request #129 from tripleee/patch-1
...
Update README.md
2017-04-20 11:18:57 -07:00
tripleee
93e33f6a97
Update README.md
...
Intercity blog is 404; remove link
2017-03-15 11:50:08 +02:00
Will Sargent
a72d24f1ef
Merge pull request #128 from ReadmeCritic/patch-1
...
Improve CI
2017-03-13 12:30:50 -07:00
ReadmeCritic
cc4a87116b
[ci] white list vagrantup.com
2017-03-02 10:01:02 -08:00
Will Sargent
b3f2edb855
Merge pull request #127 from n3mur1t0r/patch-1
...
MAINTAINER is deprecated. LABEL is used instead.
2017-02-20 19:00:03 -08:00
Alexandru Mirica
b471578ebb
MAINTAINER is deprecated. LABEL is used instead.
2017-02-20 08:44:20 +02:00
Will Sargent
046cd3786f
Merge pull request #126 from H4M1O/add-options-t_d_and_name
...
Add options t d and name
2017-02-01 21:54:57 -07:00
Will Sargent
8e351d028a
Merge pull request #125 from H4M1O/patch-1
...
Added options -td and --name for docker run
2017-02-01 21:54:01 -07:00
Claudio Proietti
720e356f8f
Correct format on added options -t, -d and --name
...
Correct format on added options -t, -d and --name
2017-02-01 22:08:34 +00:00
Claudio Proietti
4b95c79cc5
Added options -td and --name for docker run
...
Added options -td and --name for docker run with the full explanation about them.
2017-01-29 11:27:53 +00:00
Will Sargent
5845011bdc
Fix header
2017-01-10 15:13:01 -08:00
Will Sargent
9235f35ea9
Add prune and df commands as tops
2017-01-10 15:12:30 -08:00
geminiyellow
9e7cdaa49b
Merge pull request #122 from ilivebox/docs-sync-0bd72fc-eb996d5
...
docs(zh-cn): sync from `0bd72fc
` to `1dc20db
`
2016-12-21 13:41:49 +09:00
geminiyellow
eaf7addf6f
docs(zh-cn): Update README.md
...
Use gzip for compress images, container when export.
2016-12-21 13:40:37 +09:00
Will Sargent
1dc20dbd63
Merge pull request #123 from tranhuucuong91/patch-1
...
Update README.md
2016-12-09 09:02:54 -08:00
Cuong Tran
eaa4b50247
Update README.md
...
Use gzip for compress images, container when export.
2016-12-09 20:16:50 +07:00
geminiyellow
3e37277199
docs(zh-cn): Fix deploying link
2016-12-08 12:00:15 +09:00
geminiyellow
1d66acdc81
docs(zh-cn): Moved access to devices to a more appropiate section
...
- Moved access to devices to a more appropiate section
- Access to devices
2016-12-08 11:58:55 +09:00
geminiyellow
1f3819bc5e
docs(zh-cn): fix more links
2016-12-02 19:48:23 +09:00
geminiyellow
eeb1960d59
docs(zh-cn): Fix links
2016-12-02 19:43:40 +09:00
geminiyellow
adadf3770b
docs(zh-cn): service discovery apparently a thing
2016-12-02 19:36:31 +09:00
geminiyellow
79de64d826
docs(zh-cn): Minor updates for clarity
2016-12-02 19:29:26 +09:00
geminiyellow
eb27b7ebf9
docs(zh-cn): Update README.md
2016-12-02 19:22:12 +09:00
geminiyellow
bb501a4afa
docs(zh-ch): more url fixes
2016-12-02 19:14:59 +09:00