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 |
|
geminiyellow
|
259078dcf9
|
docs(zh-ch): Add capabilities section.
|
2016-12-02 18:50:55 +09:00 |
|
geminiyellow
|
6fd34c3d82
|
docs(zh-cn): Make constraints a subsection of starting and stopping
|
2016-12-02 18:40:53 +09:00 |
|
geminiyellow
|
2c5fadef27
|
docs(zh-cn): Add resource management sections
|
2016-12-02 18:39:34 +09:00 |
|
geminiyellow
|
3c30cf70be
|
docs(zh-cn): Update README.md
|
2016-12-02 18:24:10 +09:00 |
|
Will Sargent
|
eb996d5b6e
|
Merge pull request #121 from jghaines/patch-1
Why -> Why Docker
|
2016-11-04 20:42:23 -07:00 |
|
Jason Haines
|
7c210cc4c3
|
Why -> Why Docker
This section is about why docker, not about why a cheat sheet.
|
2016-10-31 09:43:21 +11:00 |
|
Will Sargent
|
8cfa57d7e2
|
Fix deploying link
|
2016-10-21 18:01:07 -07:00 |
|
Will Sargent
|
dc67cc6ad7
|
Merge pull request #120 from lvm/patch-1
Access to devices
|
2016-10-21 10:15:25 -07:00 |
|
Mauro
|
ae49fa19d9
|
Moved access to devices to a more appropiate section
|
2016-10-15 13:58:44 -03:00 |
|
Mauro
|
5a6825705d
|
Access to devices
|
2016-10-14 10:27:45 -03:00 |
|
Will Sargent
|
5f06c29fe7
|
Fix more links
|
2016-10-12 15:43:34 -07:00 |
|
Will Sargent
|
e140608df8
|
Fix links
|
2016-10-12 12:35:20 -07:00 |
|
Will Sargent
|
409553355f
|
service discovery apparently a thing
|
2016-10-12 12:28:09 -07:00 |
|
Will Sargent
|
651f8c7100
|
Merge branch 'annafw-patch-1'
|
2016-10-12 12:17:56 -07:00 |
|
Will Sargent
|
f1b9251b94
|
Merge branch 'patch-1' of https://github.com/annafw/docker-cheat-sheet into annafw-patch-1
|
2016-10-12 12:17:38 -07:00 |
|
Will Sargent
|
2f26789006
|
Merge pull request #118 from thorstenc/master
update of docs.docker.com urls
|
2016-10-12 12:08:56 -07:00 |
|
thorstenc
|
2744b320b9
|
Update README.md
|
2016-10-12 15:17:58 +13:00 |
|
thorstenc
|
51643fdea8
|
more url fixes
|
2016-10-12 14:56:24 +13:00 |
|
Will Sargent
|
fc65f4f38c
|
Update README.md
|
2016-10-10 17:15:41 -07:00 |
|
Will Sargent
|
92f5e22b04
|
Add capabilities section.
|
2016-10-10 17:14:29 -07:00 |
|
Will Sargent
|
61468a98d3
|
Make constraints a subsection of starting and stopping
|
2016-10-10 17:03:09 -07:00 |
|