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
Will Sargent
e7617d1559
Merge pull request #52 from ming13/fix-misc
...
Fix README.md misc things
2015-10-11 17:34:26 -07: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
Will Sargent
47209a7988
Merge pull request #51 from cpjk/master
...
Fix broken link
2015-10-02 12:21:07 -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
Will Sargent
030c1183d2
Merge pull request #50 from outcoldman/patch-2
...
Remove docker insert
2015-09-07 13:53:34 -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
d050f13a6d
Merge pull request #47 from wsargent/fix-urls
...
Fix command line urls
2015-07-14 22:58:54 -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
Will Sargent
bd540d789d
Merge pull request #43 from klingtnet/patch-1
...
Fix `-volume-from`
2015-07-06 15:22:31 -07:00
Andreas Linz
ca6c696f2d
Fix -volume-from
...
The option name is now `--volumes-from`.
2015-07-06 13:10:04 +02:00
Will Sargent
9e473f619a
Merge pull request #41 from FredrikWendt/patch-1
...
Added how to poke around in a running container
2015-05-12 18:13:16 -07: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
Will Sargent
f56b6e4bbc
Merge pull request #40 from kxxoling/fig-renamed-to-compose
...
Update the using of fig part to docker-compose
2015-05-09 10:28:40 -07:00
kxxoling
d9ec8e28c1
Update the using of fig part to docker-compose
2015-05-09 12:11:30 +08:00
Will Sargent
87be764269
Merge pull request #38 from berekuk/patch-1
...
Update legacy docker.io links
2015-05-04 10:40:29 -07: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
Will Sargent
23c8e388a4
Merge pull request #37 from blaggacao/patch-1
...
volumes cleanup
2015-05-02 18:35:09 -07:00
David Arnold
2187944b1c
volumes cleanup
...
A tool to cleanup volumes, provided as a ephemeral conatiner.
2015-05-02 17:25:59 -05:00