mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
daemon/daemon: fix typo
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
parent
7ce97dbe30
commit
89f99343ff
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ func (daemon *Daemon) newContainer(name string, config *runconfig.Config, imgID
|
|||
}
|
||||
|
||||
// GetFullContainerName returns a constructed container name. I think
|
||||
// it has to do with the fact that a container is a file on disek and
|
||||
// it has to do with the fact that a container is a file on disk and
|
||||
// this is sort of just creating a file name.
|
||||
func GetFullContainerName(name string) (string, error) {
|
||||
if name == "" {
|
||||
|
|
Loading…
Reference in a new issue