Skip to content

Commit

Permalink
Add note about docker log parameters when run Admiral in container.
Browse files Browse the repository at this point in the history
Change-Id: I76777e08abdf5f206c8ab42b287605ffffe10d21
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/5432
Bellevue-Verified: e_vcoauto_glob_1 <[email protected]>
Reviewed-by: e_vcoauto_glob_1 <[email protected]>
CS-Verified: e_vcoauto_glob_1 <[email protected]>
Upgrade-Verified: e_vcoauto_glob_1 <[email protected]>
Tested-by: e_vcoauto_glob_1 <[email protected]>
  • Loading branch information
aangelov-vmware authored and e_vcoauto_glob_1 committed Jan 25, 2017
1 parent bef6615 commit 40fb1ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ There are three ways you can start Admiral:
docker run -d -p 8282:8282 --name admiral vmware/admiral
```
Open `http://<docker-host-IP>:8282` in browser...[Configure Docker Host](https://github.com/vmware/admiral/wiki/User-guide#configure-existing-container-docker-host)
**Note** Due to the significant amount of logs generated it is advisable to include docker log parameters:
```shell
--log-driver=json-file --log-opt max-size=1g --log-opt max-file=10
```
This sample parameters added to docker run command will keep 10 files of 1GB each. Tune according your needs.

#### 2. Download the published build archive, you can find it in 'Downloads' section [here](https://bintray.com/vmware/admiral/admiral).

Expand Down

0 comments on commit 40fb1ad

Please sign in to comment.