Sample container for Irresistible APIs book
1.3K
Demonstration repository for Irresistible APIs book.
Browse to http://www.github.com/synedra/irresistible.git On github, Fork this repository to your own username
In a browser, browse to http://hub.docker.com Register with DockerHub In the menu bar, click on "Create... Automated Build" You will be prompted to link with GitHub or Bitbucket Connect Dockerhub account to Github account Again, click on Create -> Automated Build Select the repository that you just created - the fork of my repository Click on "Start Build" Under "Build details" the status of the build will appear - it can take minutes or hours to build the first container.
Or build locally using docker build:
cd /path_to_checkout/irresistible/eval "$(docker-machine env default)"docker build --tag=<username>/docker-demo . (where is your docker account username)To set the system up on Windows or Macintosh using Docker:
There, you've created your own docker container. All you need is the Dockerfile to tell the system how to build, and any changes you make to the git respository will kick off a new build in docker.
To kill the container docker-demo:
cntl ccntl p + cntl qdocker stop docker-demodocker rm docker-demodocker ps -aApache 2.0
Copyright Kirsten Hunter [email protected]
Content type
Image
Digest
sha256:9e7617f22…
Size
221.6 MB
Last updated
over 8 years ago
docker pull synedra/irresistible