Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created December 30, 2017 07:24
Show Gist options
  • Save ashphy/9ad99d722ef7075578793a1b767af8b4 to your computer and use it in GitHub Desktop.
Save ashphy/9ad99d722ef7075578793a1b767af8b4 to your computer and use it in GitHub Desktop.
Using docker in docker socket from other containers.
pipeline:
build:
image: docker:latest
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- docker info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment