diff --git a/README.adoc b/README.adoc index c811d99..c7a4fe4 100644 --- a/README.adoc +++ b/README.adoc @@ -103,6 +103,7 @@ endif::[] ifdef::cloud-hosted[] ```bash +cd /home/project/guide-testcontainers/finish export TESTCONTAINERS_RYUK_DISABLED=true mvn verify ``` @@ -200,7 +201,7 @@ Build and run the container by running the `devc` goal with the PostgreSQL conta mvn liberty:devc -DcontainerRunOpts="-e DB_HOSTNAME=172.17.0.2" -DserverStartTimeout=240 ``` -Wait a moment for dev mode to start. After you see the following message, your Liberty instance is ready in dev mode: +Wait a moment for dev mode to start. Some error messages are expected as a result of building the docker image. Although these messages are included on the standard error stream, in this case they are not errors, just logs of the docker build progress. After you see the following message, your Liberty instance is ready in dev mode: [role="no_copy"] ----