mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
missing comma
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ func (srv *Server) Help() string {
|
||||
{"rm", "Remove a container"},
|
||||
{"rmi", "Remove an image"},
|
||||
{"run", "Run a command in a new container"},
|
||||
{"search", "Search for an image in the docker index"}
|
||||
{"search", "Search for an image in the docker index"},
|
||||
{"start", "Start a stopped container"},
|
||||
{"stop", "Stop a running container"},
|
||||
{"tag", "Tag an image into a repository"},
|
||||
|
||||
Reference in New Issue
Block a user