Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Gryglicki <[email protected]>
  • Loading branch information
lukaszgryglicki committed May 13, 2019
1 parent ad9c650 commit b29218d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Create and remove docker images:

- To create DevStats docker container images and publish them, use: `DOCKER_USER=... ./images/build_images.sh`.
- To drop local DevStats docker container images use: `DOCKER_USER=... ./images/remove_images.sh`.
- You can add various flags to skip specific images like `SKIP_FULL=1` or `SKIP_MIN=1` see `images/build_images.sh`.
- You can skip publishing to docker hub via `SKIP_PUSH=1`.


# Testing images
Expand All @@ -18,11 +20,13 @@ Using kubernetes:
- To test sync DevStats image (`devstats-minimal` container): `DOCKER_USER=... ./images/test_image_kubernetes.sh devstats-minimal`.
- To test provisioning DevStats image (`devstats` container): `DOCKER_USER=... ./images/test_image_kubernetes.sh devstats`.
- To test Grafana DevStats image (`devstats-grafana` container): `DOCKER_USER=... ./images/test_image_kubernetes.sh devstats-grafana`.
- Amking pushes to GitHb triggers automatic Travis CI builds.
- To execute test coverage: `./tests/test_from_docker.sh`.
- Making pushes to GitHb triggers automatic Travis CI builds.

Using docker:

- Replace `./images/test_image_kubernetes.sh` with `./images/test_image_docker.sh`.
- To execute test coverage: `./tests/test_from_k8s.sh`.


# Adding new projects
Expand Down

0 comments on commit b29218d

Please sign in to comment.