Skip to content

red-panda-ci/node-dind

Repository files navigation

node-dind

Build Status

Node image with docker in docker strategy used as base image.

Supported tags and respective Dockerfile links: test, latest, 1.0.0

Versions

  • docker v17.11.0-ce-rc2
  • docker-compose v1.17.1
  • git v2.13.5
  • node v8.5.0
  • npm v5.5.1

Example Dockerfile for your own Node.js project

FROM redpandaci/node-dind:latest

WORKDIR /app

ADD . .

RUN npm install --production

EXPOSE 3000


CMD ["node", "index.js"]

How to develop?

  • run npm install
  • upgrade Dockerfile
  • run npm test or bin/test.sh
  • commit your changes
  • publish new image

Considerations

This project only uses npm to do commit validations and verify Dockerfile coding style.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •