Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
gkwan-ibm and dmuelle authored Jun 10, 2024
1 parent ab609cf commit 2f3aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,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. Some error messages are expected as a result from building the docker image. This is because, in order to print these messages, they are included on the standard error stream. However, in this case, they are not errors, just logs of the progress of this docker build. 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 2f3aa90

Please sign in to comment.