mirror of https://github.com/docker/docs.git
change -b -> -v and add udp example
This commit is contained in:
parent
ac14c463d5
commit
b083418257
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
## 0.5.0 (2013-07-17)
|
## 0.5.0 (2013-07-17)
|
||||||
+ Runtime: List all processes running inside a container with 'docker top'
|
+ Runtime: List all processes running inside a container with 'docker top'
|
||||||
+ Runtime: Host directories can be mounted as volumes with 'docker run -b'
|
+ Runtime: Host directories can be mounted as volumes with 'docker run -v'
|
||||||
+ Runtime: Containers can expose public UDP ports
|
+ Runtime: Containers can expose public UDP ports (eg, '-p 123/udp')
|
||||||
+ Runtime: Optionally specify an exact public port (eg. '-p 80:4500')
|
+ Runtime: Optionally specify an exact public port (eg. '-p 80:4500')
|
||||||
+ Registry: New image naming scheme inspired by Go packaging convention allows arbitrary combinations of registries
|
+ Registry: New image naming scheme inspired by Go packaging convention allows arbitrary combinations of registries
|
||||||
+ Builder: ENTRYPOINT instruction sets a default binary entry point to a container
|
+ Builder: ENTRYPOINT instruction sets a default binary entry point to a container
|
||||||
|
|
Loading…
Reference in New Issue