Skip to content

Commit

Permalink
Add snippet about DOCKER_CERT_PATH (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Aidan Jensen <[email protected]>
  • Loading branch information
artificial-aidan authored May 4, 2023
1 parent 60f1fa9 commit 6871408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/missing_functionality/docker_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ You can work around this by setting `DOCKER_HOST` before running `act`, with e.g
```bash
export DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}')
```

If your other host requires client certificates, the `DOCKER_CERT_PATH` environment variable *is* respected.

```bash
export DOCKER_CERT_PATH=$(docker context inspect --format '{{.Storage.TLSPath}}')/docker
```

0 comments on commit 6871408

Please sign in to comment.