mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
Update podman to use containers.conf
Add more default options parsing Switch to using --time as opposed to --timeout to better match Docker. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -331,7 +331,7 @@ func intFromVarlink(v *int64, flagName string, defaultValue *int) CRInt {
|
||||
// structure.
|
||||
func VarlinkCreateToGeneric(opts iopodman.Create) GenericCLIResults {
|
||||
// FIXME this will need to be fixed!!!!! With containers conf
|
||||
//defaultContainerConfig := cliconfig.GetDefaultConfig()
|
||||
//containerConfig := cliconfig.GetDefaultConfig()
|
||||
// TODO | WARN
|
||||
// We do not get a default network over varlink. Unlike the other default values for some cli
|
||||
// elements, it seems it gets set to the default anyway.
|
||||
|
||||
Reference in New Issue
Block a user