Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created December 30, 2017 07:24
Embed
What would you like to do?
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