Skip to content

Commit

Permalink
Merge pull request wsargent#89 from manycoding/patch-1
Browse files Browse the repository at this point in the history
Added docker rename
  • Loading branch information
wsargent committed Apr 12, 2016
2 parents 26d35ec + 6fa24c0 commit d849d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d849d0f

Please sign in to comment.