https://github.com/jonaskello/docker-and-compose
https://github.com/jonaskello/docker-and-compose
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaskello/docker-and-compose
- Owner: jonaskello
- Created: 2016-08-29T06:39:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T14:27:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T07:49:52.748Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 15
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adds docker-compose to the [official docker image](https://hub.docker.com/_/docker/).
Can be used for docker-in-docker in GitLab like this:
```
image: jonaskello/docker-and-compose:1.12.1-1.8.0
services:
- docker:1.12.1-dind
```
Each branch in this repo corresponds to a docker image in the format [docker-version]-[docker-compose-version].