Skip to content

Commit

Permalink
Add explanation for the error messages (#91)
Browse files Browse the repository at this point in the history
* Update README.adoc

* Update README.adoc

* Update README.adoc

* Update README.adoc

Co-authored-by: David Mueller <[email protected]>

---------

Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
gkwan-ibm and dmuelle authored Jun 10, 2024
1 parent dd86be5 commit 8a93cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ endif::[]

ifdef::cloud-hosted[]
```bash
cd /home/project/guide-testcontainers/finish
export TESTCONTAINERS_RYUK_DISABLED=true
mvn verify
```
Expand Down Expand Up @@ -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"]
----
Expand Down

0 comments on commit 8a93cef

Please sign in to comment.