https://github.com/karser/docker-compose-ci
latest docker-compose that running on behalf of non-root user
https://github.com/karser/docker-compose-ci
Last synced: 3 months ago
JSON representation
latest docker-compose that running on behalf of non-root user
- Host: GitHub
- URL: https://github.com/karser/docker-compose-ci
- Owner: karser
- Created: 2017-10-30T20:38:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T19:37:00.000Z (over 4 years ago)
- Last Synced: 2025-04-08T07:40:29.851Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-compose-ci
CI image which includes docker-compose that running on behalf of non-root user
### build
```
docker build -t docker-compose-ci .
```