Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Node.js application

This repository is a sample Node.js application for Docker's documentation.

Nefi's Notes

Dockerfile came from here: https://docs.docker.com/guides/language/nodejs/containerize/

App git repo: https://github.com/docker/docker-nodejs-sample

Useful commands

docker build --platform linux/amd64 -t nflondo/nodejs-sample-x86:0.1 .
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
docker push nflondo/nodejs-sample:tagname
docker push nflondo/nodejs-sample-x86:0.1
docker service create --name=nodejs-sample -p 3000:3000 nflondo/nodejs-sample-x86:0.1

About

A simple Node.js application for the guide in Docker's documentation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages