Skip to content

konekto/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Compose

This docker image installs docker-compose on top of the docker image. This is very useful for CI pipelines, which leverage "Docker in Docker".

Usage instructions for GitLab CI

You may use it like this in your .gitlab-ci.yml file.

build:
  stage: build
  # set the image
  image: konekto/docker-compose:latest
  # use docker-compose commands 🛳
  script:
    - docker-compose down
    - docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published