Code Monkey home page Code Monkey logo

docker-cli-in-docker's Introduction

Docker clients within Docker

Enables running docker and docker-compose commands within docker containers which communicate with docker on the host.

Note: This is NOT docker-in-docker since it is not running a docker service within the container.

Use to containerize scripts that use docker and docker-compose commands.

Includes docker client 1.6.0 and docker-compose 1.2.0.

Boot2docker example usage:

$(boot2docker shellinit)
docker run -it -v $DOCKER_CERT_PATH:/docker-cert --env DOCKER_HOST=$DOCKER_HOST neam/docker-cli-in-docker docker ps

Should show itself running:

CONTAINER ID        IMAGE                              COMMAND             CREATED                  STATUS                  PORTS               NAMES
312ec1734b87        neam/docker-cli-in-docker:latest   "docker ps"         Less than a second ago   Up Less than a second                       cranky_pare

Docker compose example:

docker run -it -v $(pwd):/src --workdir=/src -v $DOCKER_CERT_PATH:/docker-cert --env DOCKER_HOST=$DOCKER_HOST neam/docker-cli-in-docker docker-compose -f hello-world.docker-compose.yml up

This would start the hello-world container, which can be accessed on http://<docker-host-ip>:1234/:

open "http://$(boot2docker ip):1234"

To build this image within a docker container:

docker run -it -v $(pwd):/src --workdir=/src -v $DOCKER_CERT_PATH:/docker-cert --env DOCKER_CERT_PATH=/docker-cert --env DOCKER_HOST=$DOCKER_HOST --env DOCKER_TLS_VERIFY=1 neam/docker-cli-in-docker docker build -t neam/docker-cli-in-docker .

docker-cli-in-docker's People

Contributors

motin avatar

Stargazers

SeppPenner avatar

Watchers

James Cloos avatar  avatar

Forkers

sepppenner

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.