Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saulshanabrook/docker-compose-image

Docker image packaging for docker + docker compose
https://github.com/saulshanabrook/docker-compose-image

Last synced: 7 days ago
JSON representation

Docker image packaging for docker + docker compose

Awesome Lists containing this project

README

        

# docker-compose-image
This is based off of the [official Docker image](https://hub.docker.com/_/docker/)
and adds enough for Gitlab CI builds (primarily Docker Compose).

```bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock quay.io/saulshanabrook/docker-compose docker-compose version
```