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

Make changes to WLS 12.2.1.2 Domain image to comply with environment variables for Domain creation. #460

Merged
merged 6 commits into from
Jul 13, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README.md
Correction to README.md
  • Loading branch information
mriccell authored Jul 10, 2017
commit ddbf97bc86b0f530658a7d7c9f44f473f311b795
4 changes: 2 additions & 2 deletions OracleWebLogic/samples/12212-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Cluster Name: CLUSTER_NAME DockerCluster (default)

Debug Flag: DEBUG_FLAG false (default)

Production Mode: PRODUCTION_MODE prod (default)
Production Mode: PRODUCTION_MODE dev (default)

Managed Server Port: MS_PORT 8001 (default)

To build this sample, run:

$ docker build -t 12212-domain .

The domain directory needs to be externalized by using Named Data Volumes. The Admin Server as well as the Managed Servers can all see the same DOMAIN_HOME.
**Important** The domain directory needs to be externalized by using Data Volumes (-v option). The Admin Server as well as the Managed Servers need to read/write to the same DOMAIN_HOME.

To start the containerized Admin Server, run

Expand Down