cruizba / ubuntu-dind

A docker image based in ubuntu to run docker containers inside docker containers
Apache License 2.0
169 stars 76 forks source link

Using docker compose #26

Closed Soebb closed 5 months ago

Soebb commented 5 months ago

I couldn't see any doc about how to use the docker compose.

cruizba commented 5 months ago

I think the docker run examples are self-explanatory.

If you want a docker compose, just create the yaml and replace the command with the one you want to execute in the DinD container.