Skip to content

Exploring Docker and server architecture with multi encapsulated services

License

Notifications You must be signed in to change notification settings

sgarciafer/dockerizing-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockerizing-test

Testing docker image creation

docker build -t node-hello .

docker images

docker run -p 3000:80 --name web -d node-hello

About

Exploring Docker and server architecture with multi encapsulated services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published