Skip to content

hmajid2301/dind-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Docker-in-Docker Docker-Compose

Docker Compose running in a Docker image.

Usage

GitLab

If you want to use it within a GitLab CI job you could so something like follows.

tests:
  stage: test
  image: hmajid2301/dind-docker-compose
  script:
    - docker-compose -f docker-compose.test.yml up --build -d 
    - echo "Run Commands Here"
  after_script:
    - docker-compose -f docker-compose.test.yml down

About

Docker Compose running in a Docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published