Skip to content

Commit 6ba3a70

Browse files
committed
Issue#130 - Updated README.md with server start information
1 parent 7423c43 commit 6ba3a70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/docker-domain/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ To start the containerized Administration Server, run:
4141

4242
$ docker run -d --name wlsadmin --hostname wlsadmin -p 7001:7001 --env-file ./container-scripts/domain.properties 12213-domain-wdt
4343

44-
TBD To start a containerized Managed Server (MS1) to self-register with the Administration Server above, run:
44+
To start a containerized Managed Server (ms-1) to self-register with the Administration Server above, run:
4545

46-
$ docker run -d --name MS1 --link wlsadmin:wlsadmin -p 8001:8001 --env-file ./container-scripts/domain.properties -e ADMIN_PASSWORD=<admin_password> -e MS_NAME=MS1 --volumes-from wlsadmin 12213-domain createServer.sh
46+
$ docker run -d --name ms-1 --link wlsadmin:wlsadmin -p 9001:9001 --env-file ./container-scripts/domain.properties -e ADMIN_PASSWORD=<admin_password> -e MS_NAME=ms-1 12213-domain-wdt startManagedServer.sh
4747

48-
TBD To start a second Managed Server (MS2), run:
48+
To start an additional Managed Server (in this example ms-2), run:
4949

50-
$ docker run -d --name MS2 --link wlsadmin:wlsadmin -p 8002:8001 --env-file ./container-scripts/domain.properties -e ADMIN_PASSWORD=<admin_password> -e MS_NAME=MS2 --volumes-from wlsadmin 12213-domain createServer.sh
50+
$ docker run -d --name ms-2 --link wlsadmin:wlsadmin -p 9002:9001 --env-file ./container-scripts/domain.properties -e ADMIN_PASSWORD=<admin_password> -e MS_NAME=ms-2 12213-domain-wdt startManagedServer.sh
5151

52-
The above scenario from this sample will give you a WebLogic domain with a cluster set up on a single host environment.
52+
The above scenario from this sample will give you a WebLogic domain with a dynamic cluster set up on a single host environment.
5353

54-
You may create more containerized Managed Servers by calling the `docker` command above for `createServer.sh` as long you link properly with the Administration Server. For an example of a multihost environment, see the sample `1221-multihost`.
54+
You may create more containerized Managed Servers by calling the `docker` command above for `startManagedServer.sh` as long you link properly with the Administration Server. For an example of a multihost environment, see the sample `1221-multihost`.
5555

5656
# Copyright
5757
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.

0 commit comments

Comments
 (0)