Skip to content

Latest commit

 

History

History

kata-hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello Kata!

To build the container run docker build -t local/kata-hello .

To launch the container run docker run -p 80:80 local/kata-hello , Open your browser to http://127.0.0.1

To stop the container press CTRL + C

Have a nice day!