Skip to content

Commit f43e1cd

Browse files
committed
Update
1 parent 47a7da4 commit f43e1cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ curl http://localhost:8000/scans/:scan_id
5252

5353
## Docker in Docker
5454

55-
The application uses `docker:dind` (Docker in Docker) for pulling image and scanning with external tools (currently only [Trivy](https://github.com/aquasecurity/trivy)). This model is to ensure we can run this safely in [Kubernetes](https://kubernetes.io/) and avoid any dependency or clutter in host system.
55+
The application uses `docker:dind` (Docker in Docker) for pulling image and scanning with external tools (currently only [Trivy](https://github.com/aquasecurity/trivy) and [Dockle](https://github.com/goodwithtech/dockle)). This model is to ensure we can run this safely in [Kubernetes](https://kubernetes.io/) and avoid any dependency or clutter in host system.
5656

57-
Two containers are used to deliver the service:
57+
Three containers are used to deliver the service:
5858

5959
1. Docker in Docker (DIND) container
6060
2. API Server (This app) container
61+
3. Redis (For data structure persistence)
6162

6263
`/var/run` is shared between the two containers to allow `API Server` access to `DIND` through unix socket in `/var/run/docker.sock`
6364

0 commit comments

Comments
 (0)