Run update.sh

This commit is contained in:
Docker Library Bot 2019-07-11 21:10:07 +00:00
parent 9439216c42
commit dd18d6f401
1 changed files with 5 additions and 5 deletions

View File

@ -174,11 +174,11 @@ Note: If you are using the boot2docker virtual machine on OS X or Windows, you n
For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note: This particular example server configuration provides only HTTP access.
```console
$ docker run -d -p 80:9080 \
-v /tmp/DefaultServletEngine:/config \
websphere-liberty:webProfile8
```
```console
$ docker run -d -p 80:9080 \
-v /tmp/DefaultServletEngine:/config \
websphere-liberty:webProfile8
```
# Using `springBoot` images