1
Fork 0
main
Motiejus Jakštys 2021-05-24 00:11:58 +03:00
parent 5ab9a5bc3a
commit e188935655
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func LXCConfig(rd io.ReadSeeker, wr io.Writer) error {
}
func docker2lxc(d dockerConfig) lxcConfig {
// cmd/entrypoint logic is copied from lxc-oci template and adopted
// cmd/entrypoint logic is copied from lxc-oci template and adapted
// for simple double-argument quoting.
ep := quoted(d.Config.Entrypoint)
cmd := quoted(d.Config.Cmd)