Skip to content

Commit

Permalink
Add note about Docker Compose being unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Oct 17, 2024
1 parent 0f15874 commit 5d2c5bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ ARG DOND_SHIM_PATH="/usr/local/bin/dond"
ADD "https://github.com/felipecrs/docker-on-docker-shim/raw/v${DOND_SHIM_VERSION}/dond" "${DOND_SHIM_PATH}"
RUN chmod 755 "${DOND_SHIM_PATH}"
```

## Docker Compose

Unfortunately, using the shim through Docker Compose is not possible, since Docker Compose interacts with the docker daemon directly and does not call the `docker` cli.

It should be theoretically possible to develop a shim for Docker Compose, but I have not done it yet.

0 comments on commit 5d2c5bc

Please sign in to comment.