From df66e3116ab3c74088a6b6ca93b794c36b031393 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 24 May 2021 12:52:31 +0200 Subject: [PATCH] Destroy the container automatically --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 11cd44d..88a892e 100644 --- a/makefile +++ b/makefile @@ -8,6 +8,7 @@ run: ## run a new container -e KEYCLOAK_USER=admin \ -e KEYCLOAK_PASSWORD=admin \ --name keycloakdev \ + --rm \ jboss/keycloak:12.0.4 shell: ## get a shell in the container