Destroy the container automatically

This commit is contained in:
decentral1se 2021-05-24 12:52:31 +02:00
parent 09f914057c
commit df66e3116a
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 0 deletions

View File

@ -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