Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
enkindletech-thirumal committed May 22, 2024
1 parent 89eadbc commit 84608b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ Password: thirumal

* Run the image

docker run --name spring-boot-admin-server --restart always -d -p 7126:7126 spring-boot-admin-server
`docker run --name spring-boot-admin-server --restart always -d -p 7126:7126 spring-boot-admin-server`

* Run image with local log driver

docker run --name spring-boot-admin-server --restart always --log-driver local --log-opt max-size=10m --log-opt max-file=3 --log-opt compress=true -d -p 7126:7126 spring-boot-admin-server
`docker run --name spring-boot-admin-server --restart always --log-driver local --log-opt max-size=10m --log-opt max-file=3 --log-opt compress=true -d -p 7126:7126 spring-boot-admin-server`

* Run image without log driver

docker run --name spring-boot-admin-server --restart always --log-driver none -d -p 7126:7126 spring-boot-admin-server
`docker run --name spring-boot-admin-server --restart always --log-driver none -d -p 7126:7126 spring-boot-admin-server`

## Output

Expand Down

0 comments on commit 84608b3

Please sign in to comment.