Sign inSign up

rylorin/node-app

By rylorin

Updated over 6 years ago

Docker container for running nodejs app

Image
1

338

rylorin/node-app repository overview

node-app

A word about this image

This is Docker container for running a custom nodejs app. You can find this image on the docker hub at: https://hub.docker.com/r/rylorin/node-app/

Creating and running the container

Drop your application on the host system filesystem. Map /app volume from container to your application directory. Start the container. Here you are. You can also run an application from a Git repository, in that case you do not need to map the /app volume.

Configuration

You can remap the following volumes /app: the nodejs application to be run

Environment variables

GIT_URL

Optionnal: Url to any Git repository Default value: none When provided, the container will download (git clone) the repository and run it.

Tag summary

Content type

Image

Digest

Size

345.5 MB

Last updated

over 6 years ago

docker pull rylorin/node-app