Skip to content

johnhof/node-containerpilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

node-containerpilot

Node + containerpilot docker images for bootstrapping your autopiloted apps

Dockerhub Link

Usage:

FROM johnhof/node-containerpilot:[NODE_VERSION]:[CONTAINERPILOT_VERSION]

COPY /path/to/app/source /path/to/app/source

COPY /path/to/yourcontainerpilot.json /etc/containerpilot.json
# OR
ENV CONTAINERPILOT=file:///path/to/your/containerpilot.json

CMD ["containerpilot", "node", "/path/to/app/source"]

About

Node + containerpilot docker images for bootstrapping your autopiloted apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published