Jim Galasyn
9f8b9d78d5
Fix bridge image ( #2502 )
2017-03-27 16:53:27 -07:00
Joao Fernandes
7b90ef4bdc
Fix spelling errors ( #2409 )
2017-03-21 11:49:07 -07:00
Matt Bentley
9c74818cf5
Added clarification for deferred deletion ( #2266 )
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2017-03-16 20:05:53 -07:00
David Greaves
66996126eb
bridge option syntax ( #2342 )
...
It seems that the syntax is either:
-b <bridge>
or
--bridge=<bridge>
2017-03-16 20:04:09 -07:00
Misty Stanley-Jones
fb7c73908b
Update the styleguide ( #2332 )
...
* Update the styleguide
Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Alan Thompson
5ce24b0587
Update work-with-networks.md ( #2236 )
...
Clarify what is being connected to the network.
2017-03-09 17:10:04 -08:00
Alan Thompson
dfd33195bd
Update work-with-networks.md ( #2235 )
...
Fix typo 3 -> 4. Add clarification that we are using container4 to ping container4.
2017-03-09 16:46:28 -08:00
Misty Stanley-Jones
c9ac1eedeb
Merge pull request #2215 from cloojure/patch-2
...
Update work-with-networks.md
2017-03-09 15:50:35 -08:00
Misty Stanley-Jones
7a61d77d70
Merge pull request #2214 from cloojure/patch-1
...
Update work-with-networks.md
2017-03-09 15:49:06 -08:00
Alan Thompson
317a695a03
Update work-with-networks.md
...
grammer error
2017-03-08 19:09:27 -08:00
Alan Thompson
1dbafefda6
Update work-with-networks.md
...
small typo
2017-03-08 18:57:25 -08:00
Jason Levine
ee05ddfb21
Remove incorrect iptables-related information
...
At the current time, Docker flushes any pre-existing DOCKER and DOCKER-ISOLATION chains, meaning that the previous advice was misleading and led users in the wrong direction regarding restricting access to containers via iptables.
2017-03-04 19:17:01 -05:00
David Xia
142e4a95bb
Fix typo in networking docs
...
should be "nameserver" instead of "server."
2017-03-02 13:23:27 -05:00
Wang Jie
de9a0b0fc0
Update index.md ( #1965 )
...
Is a "delete" missing here? Or, shall we change this to "connect containers to and disconnect from it"?
2017-02-27 22:39:26 -08:00
Wang Jie
cd410b5cee
Update btrfs-driver.md ( #1963 )
...
It seems that some word is missing. Added a "for".
2017-02-27 22:38:22 -08:00
Brian Kaufman
b6953e5b22
Step 14 incomplete ( #1916 )
...
* Step 14 incomplete
Mention of a daemon file but its exact location is absent , I've added this in
2017-02-23 16:36:23 -08:00
Brian Kaufman
966fcfc6db
Step 2 is incomplete ( #1915 )
...
* Step 2 is incomplete
Step 2 asks you to install the LVM2 package however instructions on how to do this are missing. I've added that in for completeness.
2017-02-23 16:31:29 -08:00
Misty Stanley-Jones
de2d6f8191
Fix grammar
...
Fixes #1911
2017-02-22 13:37:22 -08:00
scjane
751ef1ac3c
Update baseimages.md ( #1671 )
...
* Update baseimages.md
2017-02-22 10:56:37 -08:00
scjane
dbe18ae730
Update dockerfile_best-practices.md ( #1672 )
...
* Update dockerfile_best-practices.md
2017-02-22 10:55:28 -08:00
scjane
41e15067ca
Update work-with-networks.md ( #1810 )
2017-02-17 18:19:04 -08:00
scjane
754e4ece0a
Update device-mapper-driver.md ( #1760 )
2017-02-16 11:56:11 -08:00
scjane
a7b79e9cf3
Update device-mapper-driver.md ( #1761 )
2017-02-16 11:55:47 -08:00
scjane
da06fe0c75
Update aufs-driver.md ( #1712 )
2017-02-16 01:15:58 -08:00
scjane
6206bf72a6
Update device-mapper-driver.md ( #1713 )
2017-02-16 01:15:29 -08:00
scjane
56fe032401
Update device-mapper-driver.md ( #1714 )
2017-02-16 01:15:08 -08:00
scjane
038ad219bf
Update device-mapper-driver.md ( #1715 )
2017-02-16 01:14:43 -08:00
scjane
d04208ffbb
Update device-mapper-driver.md ( #1716 )
2017-02-16 01:14:14 -08:00
scjane
81464dbaae
Update btrfs-driver.md ( #1717 )
2017-02-16 01:13:32 -08:00
scjane
d614fe5f8f
Update overlayfs-driver.md ( #1719 )
2017-02-16 01:12:59 -08:00
scjane
c0d112b4db
Update overlayfs-driver.md ( #1721 )
2017-02-16 01:12:33 -08:00
scjane
368670c1ef
Update zfs-driver.md ( #1727 )
2017-02-16 01:11:53 -08:00
scjane
8b40f11554
Update zfs-driver.md ( #1729 )
2017-02-16 01:11:27 -08:00
scjane
2b7f04a311
Update zfs-driver.md ( #1731 )
2017-02-16 01:10:41 -08:00
scjane
18a5047bfa
Update index.md ( #1739 )
2017-02-16 01:10:04 -08:00
scjane
4284e25bb2
Update index.md ( #1735 )
2017-02-16 01:09:41 -08:00
Abhishek Kandoi
f6e3e14e84
Fix typo ( #1557 )
...
Change intall to install
2017-02-08 13:26:41 -08:00
Ryan Sanford
d91cab01bc
Fix base image creation example commands ( #1409 )
...
Example commands for creating a base image do not work due to multiple issues.
- 16:04 not a valid tag for ubuntu image
- apt-get install fails without preceeding `apt-get update`
- gcc command fails without `-nostartfiles` flag
- `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.
2017-02-07 09:52:31 -08:00
Misty Stanley-Jones
9420f4cc89
Merge pull request #1429 from Mic92/patch-1
...
zfs: fixed assumptions about thin provisioning
2017-02-07 09:50:07 -08:00
Misty Stanley-Jones
ef2c5002ca
Merge pull request #1375 from vikstrous/patch-1
...
remove reference to overlay2 as a filesystem
2017-02-06 17:13:05 -08:00
Adam Eijdenberg
9d2b5f32bb
Add documentation around pipefail to address issue 1459 ( #1460 )
...
* Add documentation around pipefail to address issue 1459
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@gmail.com>
2017-02-06 09:52:19 -08:00
James Wang
9b472dc8ba
Update baseimages.md ( #1453 )
...
Docs used a `:` instead of a `.` for `ubuntu:16.04`.
2017-01-31 16:27:30 -08:00
Misty Stanley-Jones
53a7608acb
Merge pull request #1418 from nathanleclaire/one_concern_per_container
...
Fix "one process per container" -- Add touchups to Dockerfile best practices
2017-01-31 16:20:48 -08:00
Nathan LeClaire
998ad7b90e
Add touchups to Dockerfile best practices
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 13:17:08 -08:00
Jörg Thalheim
f3ed8a80ab
zfs: fixed assumptions about thin provisioning
...
unlike lvm thin provisioning is fast and does not slow down the filesystem
2017-01-30 12:25:04 +01:00
Jay Linski
01f332f45c
Fix missing closing tags ( #1401 )
2017-01-26 14:12:02 -08:00
Misty Stanley-Jones
9e29d0e03d
Fix more broken links and images
2017-01-26 11:36:27 -08:00
Thomas Mörbauer
a29cfddbce
Fixed a typo
...
Dcoker instead of Docker
2017-01-25 22:39:24 +01:00
Viktor Stanchev
6e1af718c7
remove reference to overlay2 as a filesystem
...
`overlay2` was incorrectly included as a filesystem that the `overlay` and `overlay2` storage drivers can't run on. `overlay2` is the name of the storage driver, but the filesystem is just called `overlay`. It was called `overlayfs` in older versions or the kernel, which would have helped disambiguate this, but I think we should continue to use `overlay` as the name of the filesystem because that's what the kernel uses now.
2017-01-25 13:20:45 -08:00
Misty Stanley-Jones
7d5a0f1011
Merge pull request #1337 from trapier/macvlan_intro
...
Remove experimental intro from macvlan (#1335 )
2017-01-25 12:19:30 -08:00