Fix gofmt and golint issues
Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
parent
3b60d38769
commit
1ef3e96974
2 changed files with 7 additions and 5 deletions
|
@ -270,8 +270,10 @@ func (c *Container) Create() (err error) {
|
|||
|
||||
// If using containers/storage, mount the container
|
||||
if !c.config.RootfsFromImage {
|
||||
// TODO implemented directory-based root filesystems
|
||||
// TODO implement directory-based root filesystems
|
||||
if !c.state.Mounted {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
} else {
|
||||
mountPoint, err := c.runtime.storageService.StartContainer(c.ID())
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue