Merge pull request #89 from manycoding/patch-1

Added docker rename
This commit is contained in:
Will Sargent 2016-04-12 09:22:58 -07:00
commit d849d0f445

View file

@ -88,6 +88,7 @@ If you are a complete Docker newbie, you should probably follow the [series of t
### Lifecycle
* [`docker create`](https://docs.docker.com/reference/commandline/create) creates a container but does not start it.
* [`docker rename`](https://docs.docker.com/engine/reference/commandline/rename/) allows the container to be renamed.
* [`docker run`](https://docs.docker.com/reference/commandline/run) creates and starts a container in one operation.
* [`docker rm`](https://docs.docker.com/reference/commandline/rm) deletes a container.
* [`docker update`](https://docs.docker.com/engine/reference/commandline/update/) updates a container's resource limits.