Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanation for the error messages #91

Merged
merged 5 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading