https://github.com/mstrazds/node-baseimage
A Node 8.x.x base image container.
https://github.com/mstrazds/node-baseimage
baseimage docker node passenger phusion server
Last synced: about 1 month ago
JSON representation
A Node 8.x.x base image container.
- Host: GitHub
- URL: https://github.com/mstrazds/node-baseimage
- Owner: mstrazds
- Created: 2017-04-07T01:50:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T13:53:37.000Z (about 8 years ago)
- Last Synced: 2025-02-26T15:34:48.282Z (over 1 year ago)
- Topics: baseimage, docker, node, passenger, phusion, server
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# node-baseimage
A Node 8.x.x base image container. Builds upon on the [phusion/baseimage-full](https://github.com/phusion/baseimage-docker) container. You can find the docker automated build [here](https://registry.hub.docker.com/u/mstrazds/node-baseimage/).
### Services
All services are defined and managed using the phusion/baseimage methodology. NodeJS services are managed by runit. Logs are output using syslog and can be accessed using ``docker logs {container}``.
### Default Settings
The container sets up a www root folder in the following location:
``/home/app/public``
By default there is a server.js node application saved to:
``/home/app/server.js``
The following port is exposed (intended to be used behind reverse proxy):
* 8000 (HTTP)