This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new dde7974 Update Docker images location
dde7974 is described below
commit dde7974af75a1850d9bd1cfd5245df0eee6e47be
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Aug 18 14:14:06 2021 +0200
Update Docker images location
---
manual/src/main/asciidoc/user-guide/docker.adoc | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/manual/src/main/asciidoc/user-guide/docker.adoc
b/manual/src/main/asciidoc/user-guide/docker.adoc
index c243bf3..42dec79 100644
--- a/manual/src/main/asciidoc/user-guide/docker.adoc
+++ b/manual/src/main/asciidoc/user-guide/docker.adoc
@@ -34,17 +34,12 @@ As prerequisites, you have:
===== Official images
-[NOTE]
-====
-The official Docker Karaf images are in preparation, as part of the Karaf
build process. They should be available soon.
-====
-
-Apache Karaf official docker images should be available soon on Docker HUB:
https://hub.docker.com/_/karaf/
+The Apache Karaf official images are available on Docker HUB:
https://hub.docker.com/r/apache/karaf/tags?page=1&ordering=last_updated
You can directly pull the official image:
----
-docker pull karaf
+docker pull apache/karaf
----
===== Build your own
@@ -70,17 +65,17 @@ docker build --build-arg KARAF_VERSION=4.2.0 -t
"karaf:4.2.0" karaf
===== Run
-* Run Karaf in interactive mode
+* Run Karaf in interactive mode (using Karaf official docker image):
----
-docker run -i -t --name karaf karaf:latest karaf
+docker run -i -t --name karaf apache/karaf:latest karaf
----
-* Run Karaf without interaction but log displayed
+* Run Karaf without interaction but log displayed (using Karaf official docker
image):
----
-docker run --name karaf karaf:latest
+docker run --name karaf apache/karaf:latest
----
* Kill Karaf