Remove closed bug.

This commit is contained in:
Will Sargent 2014-10-25 14:13:28 -07:00
parent 24c000a690
commit 5795aae43c

View file

@ -170,8 +170,6 @@ Images are just [templates for docker containers](https://docs.docker.com/introd
* [`docker load`](http://docs.docker.io/reference/commandline/cli/#load) loads an image from a tar archive as STDIN, including images and tags (as of 0.7).
* [`docker save`](http://docs.docker.io/reference/commandline/cli/#save) saves an image to a tar archive stream to STDOUT with all parent layers, tags & versions (as of 0.7).
`docker import` and `docker commit` only set up the filesystem, not Dockerfile info like CMD or ENTRYPOINT or EXPOSE. See [bug](https://github.com/dotcloud/docker/issues/1141).
### Info
* [`docker history`](http://docs.docker.io/reference/commandline/cli/#history) shows history of image.