Skip to content

forki/suaveondocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a proof of concept for running Suave on Docker.

Create the docker image

docker build -t forki/suave:0.1 .

Run the container

docker run -d -p 8080:8080 forki/suave:0.1

Inspect the website

Go to 192.168.99.100:8080 (or whatever the ip of your hostsystem is).

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages