- fmt.Fprintf(cli.err, "WARNING: 'commit --run' is deprecated and will be removed in a future version, in favor of inline Dockerfile-compatible commands.\n")
config = &runconfig.Config{}
if err := json.Unmarshal([]byte(*flConfig), config); err != nil {