From 7b7911d9a6863adffb5170159c92be62b7c9442e Mon Sep 17 00:00:00 2001 From: Humberto Ojeda Date: Wed, 18 Dec 2019 15:34:18 -0800 Subject: [PATCH] added README file - should now fulfill all requirements --- 6.0.1/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/6.0.1/README.md b/6.0.1/README.md index e69de29..c8cc26a 100644 --- a/6.0.1/README.md +++ b/6.0.1/README.md @@ -0,0 +1,7 @@ +# Keycloak (Opensource) 6.0.1 + +This is derived from https://hub.docker.com/layers/jboss/keycloak/6.0.1/images/sha256-3a6718ca4ee02c3a9e9f4a4982d40f04f3bbc2f4ee9b936459519ea125ab87a9 docker container. + +## Running the container + +In order to run the container, enter the following command: `podman run -d -p 8080:8080 . Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html. -- GitLab