Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the follwing command to run the simple web server: $ go run http.go

Open browser and goto http://localhost:8000

Replace localhost with the name or IP of your DockerHost.

Run with docker

Build the image:

docker build -t myapp .

Test that you can run it:

docker run -d -p 8000:8000  --name myapp myapp:latest
curl $(docker-machine ip code):8000

Test Driven Development

Here's how to run the test suite:

docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.6 go test -v

About

A roman numerals conversion web service, written in golang

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages