From e2b14af74c3950a54a0c5c7f1337b703a3d8b3b8 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Thu, 21 Mar 2019 15:49:13 +0100 Subject: [PATCH] Extended the sample to contain test: true --- dup.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/dup.rb b/dup.rb index cbc1de3..feb103f 100755 --- a/dup.rb +++ b/dup.rb @@ -39,6 +39,7 @@ def get_sample(name="container") image: "my/image:1.2.3" restart: always detach: true + test: true # Having this set to true will prevent dup from creating a label de.fabianonline.dup ports: - "1234:1234"