From 401229335310eb8e56c429cdc7550068c1796035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kv=C3=ADdera?= Date: Mon, 9 Dec 2024 19:28:12 +0100 Subject: [PATCH] Fixed misleading information - now there are container images, Docker is not the only solution - images are not pushed anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e03941..8b98141 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ main method, or use "mvn spring-boot:run or gradle bootRun or ./gradlew bootRun" ## Docker Container There is a Maven goal (using a [plugin](https://github.com/spring-cloud-samples/eureka/blob/feature/docker/pom.xml#L48)) to -generate the Docker container. The container is published in dockerhub at `springcloud/eureka`. +generate the container image via docker.