Remove get function from rootfs
The service can use the snapshotter directly to get the rootfs. Removed debug line for mount response. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
b1bc82726f
commit
212efa578a
3 changed files with 1 additions and 6 deletions
1
cmd/dist/rootfs.go
vendored
1
cmd/dist/rootfs.go
vendored
|
@ -110,7 +110,6 @@ var rootfsInitCommand = cli.Command{
|
|||
for _, m := range resp.Mounts {
|
||||
fmt.Fprintf(os.Stdout, "mount -t %s %s %s -o %s\n", m.Type, m.Source, target, strings.Join(m.Options, ","))
|
||||
}
|
||||
log.G(ctx).Infof("Mount response: %#v", resp)
|
||||
|
||||
return nil
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue