This docker image is for mocking NodeJS app deployment to prodution server.
docker build -t node-server-env .
then use docker images to find the image ID.
With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.
Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/node-server-env:latest
and finally publish it: docker push <YOUR-USER>/node-server-env
Content type
Image
Digest
Size
445.2 MB
Last updated
about 7 years ago
docker pull amirsonb/node-server-env