summaryrefslogtreecommitdiff
path: root/pkg/varlinkapi/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/varlinkapi/create.go')
-rw-r--r--pkg/varlinkapi/create.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/varlinkapi/create.go b/pkg/varlinkapi/create.go
index 5c5f075f7..ac93939d9 100644
--- a/pkg/varlinkapi/create.go
+++ b/pkg/varlinkapi/create.go
@@ -915,10 +915,6 @@ func CreateContainerFromCreateConfig(ctx context.Context, r *libpod.Runtime, cre
return nil, err
}
- // Set the CreateCommand explicitly. Some (future) consumers of libpod
- // might not want to set it.
- options = append(options, libpod.WithCreateCommand())
-
ctr, err := r.NewContainer(ctx, runtimeSpec, options...)
if err != nil {
return nil, err