8000 GitHub - redavis22/cicd-prep: cloud support engineer prep
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

redavis22/cicd-prep

< 8000 /div>

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicd-prep

cloud support engineer prep

run nginx docker container

docker container run --name nginx -p 8080:80 nginx:latest

check localhost in your browser

http://localhost:8080

create Dockerfile

touch Dockerfile

build from Dockerfile

docker image build -t hello-world:1.0 .

run docker image

docker container run --name hello-world -p 8080:80 hello-world:1.0

check localhost in your browser

http://localhost:8080

About

cloud support engineer prep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0