Docker image with useful tools for
nodeprojects. Works fine in CircleCI and GitLab CI.
aws-cli/1.16.70 Python/2.7.15 Linux/4.9.125-linuxkit botocore/1.12.60Docker version 18.06.1-ce, build e68fc7aapollographql-cliswagger-combine# Dockerfile
FROM sbstjn/node
jobs:
checkout:
working_directory: ~/repo
docker:
- image: sbstjn/node
# Clone repository
$ > git clone [email protected]:sbstjn/docker-node.git
$ > cd docker-node
# Build container
$ > docker build .
# Start bash and test your environment
$ > docker run -it --entrypoint /bin/bash <container-id>
Feel free to use the code, it's released using the MIT license.
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.
Content type
Image
Digest
Size
177.8 MB
Last updated
over 6 years ago
docker pull sbstjn/node