Skip to content

Commit

Permalink
Fixed a typo in a docker command in README.md (oracle#593)
Browse files Browse the repository at this point in the history
Changed "Newwork" to "Network", so the line:
   docker inspect --format '{{.NewworkSettings.IPAddress}}' <container-name>
is now:
   docker inspect --format '{{.NetworkSettings.IPAddress}}' <container-name>
  • Loading branch information
Acar Okan AKALIN authored and Djelibeybi committed Oct 4, 2017
1 parent 03fe006 commit 3675488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleWebLogic/dockerfiles/12.2.1.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To try a sample of a WebLogic Server image with a base domain configured, follow

4. Run the administration console

$ docker inspect --format '{{.NewworkSettings.IPAddress}}' <container-name>
$ docker inspect --format '{{.NetworkSettings.IPAddress}}' <container-name>
This returns the IPAddress (example xxx.xx.x.x) of the container. Got to your browser and enter http://xxx.xx.x.x:8001/console

Expand Down

0 comments on commit 3675488

Please sign in to comment.