Welcome to the home for the source code of the N|Solid Docker Images!
This repository is used to build and push the following 4 images to the Docker Hub:
- nodesource/nsolid
- nodesource/nsolid-console
- nodesource/nsolid-storage (Version 2 only)
- nodesource/nsolid-cli
If you are looking for documentation on how to use these images, checkout our official docs!
N|Solid
docker run nodesource/nsolid:latestN|Solid Console
docker run -P nodesource/nsolid-console:latestNSOLID_VERSION=3.7.0 make alpineNSOLID_VERSION=3.7.0 make buildDOCKER_REGISTRY=username NSOLID_VERSION=3.7.0 make publishDOCKER_REGISTRY=username NSOLID_VERSION=3.7.0 make publish-alpineNSOLID_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=nsolidTo 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.
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.
