8000 GitHub - mwlopez/nginx-docker-scratch: Nginx Container based on scratch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mwlopez/nginx-docker-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Docker scratch

This repo contain files for docker scratch container, which you can use as an example in your own project.

Tools

For this proyect are require the follows tools:

  • Docker 20+
  • Git

Steps

Clone the repo.

git clone https://github.com/mwlopez/nginx-docker-scratch.git

Execute docker build as follow

docker build -t nginx-scratch:0.0.1 .

Test the image

docker run -ti -p 80:80 nginx-scratch:0.0.1

About

Nginx Container based on scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0