genezys / docker-compose-without-entrypoint

Clone of dduportal/docker-compose without entry point and with bash as the default command (for easy use of docker-compose in GitLab CI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Compose without the entry point

This image is a clone of dduportal/docker-compose except that it removes the entry point and adds bash as the default command.

This gives an image containing docker-compose but not running it by default so that you can use the image for CI. I personally use it with GitLab CI to build & test a dockerized application.

About

Clone of dduportal/docker-compose without entry point and with bash as the default command (for easy use of docker-compose in GitLab CI)

License:MIT License