Sign inSign up

rtezli/pullstart

By rtezli

Updated almost 11 years ago

Debian Wheezy with git and Node.js

Image
0

1.2K

rtezli/pullstart repository overview

pullstart

Intro

Pullstart is a minimalistic Docker image to pull Node.js sources from git and run them.

Image

Based on: debian:wheezy

Virtual size: 203.6 MB

Apt packages: git-core

Other software : Node.js

Usage

To run a Node.js git repository use :

docker run -it -p 80:5000 rtezli/pullstart:0.0.1 run https://github.com/heroku/node-js-sample.git

You can also open a bash :

docker run -it rtezli/pullstart:0.0.1 /bin/bash

Sources

Tag summary

Content type

Image

Digest

sha256:701734d73

Size

83.9 MB

Last updated

almost 11 years ago

docker pull rtezli/pullstart