From 52656887e1cd3476a18765aa81a7804fceb861b4 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 22 Sep 2022 13:22:17 -0400 Subject: compat API: network inspect do not show isolate option We force the isolate option on new newtworks because that is the docker behavior. However when we inspect them they should not be displayed to the caller since they have no idea about it and docker-compose throws an error because of that. Fixes #15580 Signed-off-by: Paul Holzinger --- test/compose/uptwice/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/compose/uptwice/docker-compose.yml') diff --git a/test/compose/uptwice/docker-compose.yml b/test/compose/uptwice/docker-compose.yml index e06f9e554..71cc0806c 100644 --- a/test/compose/uptwice/docker-compose.yml +++ b/test/compose/uptwice/docker-compose.yml @@ -2,4 +2,5 @@ version: '3' services: app: build: . - command: sleep 10002 + command: sleep 10001 + stop_signal: SIGKILL # faster shutdown, no reason to wait 10 seconds -- cgit v1.2.3-54-g00ecf