Skip to content

AlexanderTyan/docker_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Setup

git clone this repo locally.

Then, in Linux CLI, cd to this repo's directory and do:

docker build -t docker_quarto_image .

Then (assuming 9000 port is not taken; otherwise choose another port):

docker run -p 9000:80 docker_quarto_image

Then navigate to this URL in your browser:

http://0.0.0.0:9000/index.html

Or whatever port you may have chosen instead of 9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published