All Projects → nodesource → docker-nsolid

nodesource / docker-nsolid

Licence: MIT license
The repo that powers our public N|Solid Docker images living on Docker Hub

Programming Languages

Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-nsolid

nsolid-kubernetes
Using N|Solid, the Enterprise Node Platform from NodeSource with Kubernetes
Stars: ✭ 82 (+43.86%)
Mutual labels:  nsolid

N|Solid

N|Solid Docker Images

Welcome to the home for the source code of the N|Solid Docker Images!

Images

This repository is used to build and push the following 4 images to the Docker Hub:

If you are looking for documentation on how to use these images, checkout our official docs!

Running Images

N|Solid

docker run nodesource/nsolid:latest

N|Solid Console

docker run -P nodesource/nsolid-console:latest

Building Images

Alpine

NSOLID_VERSION=3.7.0 make alpine

Debian / Ubuntu

NSOLID_VERSION=3.7.0 make build

Publishing Images

DOCKER_REGISTRY=username NSOLID_VERSION=3.7.0 make publish

Alpine

DOCKER_REGISTRY=username NSOLID_VERSION=3.7.0 make publish-alpine

Cleaning up

NSOLID_VERSION=3.7.0 make clean # removes download directories `nsolid-bundle-*`
NSOLID_VERSION=3.7.0 make cleanall # runs `make clean` and removes all docker images with label=nodesource=nsolid

Contributing

To submit a bug report, please create an issue at GitHub.

If you'd like to contribute code to this project, please read the CONTRIBUTING.md document. It contains a brief overview of this repo.

License & Copyright

docker-nsolid is Copyright (c) 2017 NodeSource and licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

The projects contained within the docker-nsolid images maintain their own Licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].