Skip to content

Latest commit

 

History

History

f4_address_converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

.

Get Started

If you want to run a "hello world" docker project, please follow the steps below

Build Image

docker build -t f4_address_converter .

Start a instance

 docker run -p 8000:8000 f4_address_converter 

Open the web page at http://0.0.0.0:8000