Skip to content

MSylvia/Dockerfiles

Repository files navigation

Dockerfiles

Use with Docker http://www.docker.io

Please note several of these entries are still in development

To build an image with docker is pretty simple:

cd casperjs
docker build -t="casperjs" .

Or without cloning the repository (if dockerfile has no file dependencies)

curl -s https://raw.github.com/Thermionix/Dockerfiles/master/casperjs/Dockerfile | sudo docker build -t="casperjs" -

Then to run that image and attach to it at the same time:

docker run -i -t casperjs

Or to run it in the background

docker run -d casperjs

About

dockerfiles for use with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published