Simple development environment for node
10K+
Supports my development process. YMMV.
$ docker service create --name devel --network devel --secret aws.config --secret aws.credentials jfritzbarnes/devel:latest
Edit source files and run node application in VM where local files are mounted at /devel/.
Once that has been completed, production is typically running in a container defined via docker-compose; so final testing, etc. will be performed in the same manner as production.
Content type
Image
Digest
Size
401.2 MB
Last updated
over 7 years ago
docker pull jfritzbarnes/devel