docker-node
Here are 33 public repositories matching this topic...
As #103 showed, we should have clear instructions as to how to add a frontend application inside our NoDock environment.
📦🚢 Docker Node.js development environment
-
Updated
Dec 15, 2019 - Dockerfile
awesome nodejs, key notes when learn nodejs, những ghi chú khi học nodejs :tada:
-
Updated
Sep 21, 2019
10th Docker Switzerland User Group Meetup Docker Swarm Demo
-
Updated
Jul 15, 2019
Docker image for PositiveJS projects
-
Updated
Feb 8, 2019 - Dockerfile
A tool that will create/remove users and groups on a docker node, if required by a container.
-
Updated
Oct 16, 2019 - Go
This project is a node 10 microservice based on ubuntu_core 18 for Docker 18 swarm
-
Updated
Jan 21, 2019 - JavaScript
A Vagrant file and provisioning script to build a Docker Node
-
Updated
Dec 20, 2018 - Shell
Node.js with Oracle instantclient Dockerfile for trusted automated Docker builds. :whale: :turtle: :rocket:
-
Updated
May 27, 2019 - Dockerfile
Docker Image for Node.js without Yarn https://hub.docker.com/r/creemama/node-no-yarn/
-
Updated
Jul 27, 2019 - Dockerfile
Docker Image for Node.js without npm or Yarn https://hub.docker.com/r/creemama/node-core/
-
Updated
Apr 27, 2019 - Dockerfile
basic docker container using node and express
-
Updated
Sep 4, 2017 - JavaScript
A simple node app running inside a docker container.
-
Updated
Feb 19, 2017 - JavaScript
-
Updated
Apr 17, 2017
Dockerfile for node12-ssh-git-bash-alpine3.10 images
-
Updated
Nov 19, 2019 - Dockerfile
-
Updated
Mar 3, 2017
Official Docker Image for Node.js :whale: :turtle: :rocket:
-
Updated
Aug 18, 2018 - Dockerfile
Improve this page
Add a description, image, and links to the docker-node topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-node topic, visit your repo's landing page and select "manage topics."
To avoid performing
npm installagain and again when any source code in the project is being modified, it's (always?) preferred to cachednode_modulesas long aspackage.jsonandpackage-lock.jsonare not changed. I think this can be added to theBestPractices.mdguide. Welcome for discussions on whether this is really a good practice also.