8000 GitHub - DevOtts/DockerFile-Sample
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DevOtts/DockerFile-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Using Docker

To publish at Docker hub you might create a account at hub.docker.com

Go to the /src

Create the image

docker build -t devott/running-dockerfile-sample:v1 .

Build the application at port 8080

docker container run -d -p 8080:8080 devott/running-dockerfile-sample:v1

to push at Docker Hub

docker login
docker push devott/running-dockerfile-sample:v1

This sample were made at the DevOps class of Fabricio Veronez https://www.youtube.com/watch?v=xXMQRs-xZi4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 52.2%
  • JavaScript 46.3%
  • Dockerfile 1.5%
0