https://github.com/flavio/suse_loves_docker_demo
A simple webapp used during Docker demos at SUSE
https://github.com/flavio/suse_loves_docker_demo
Last synced: 19 days ago
JSON representation
A simple webapp used during Docker demos at SUSE
- Host: GitHub
- URL: https://github.com/flavio/suse_loves_docker_demo
- Owner: flavio
- License: apache-2.0
- Created: 2015-06-24T07:55:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T13:22:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T06:26:28.028Z (10 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains some simple examples to demo Docker on top of
SUSE Linux Enterprise.
## simple_webapp
This demo shows a simple web application running on top of either SLE12 or SLE11SP3.
The web application is written using Go, its sources are inside of simple_web/webapp_demo.
### Requirements
* Docker daemon running.
* Official SUSE Linux Enterprise Docker images installed.
* The Go compiler
* make
### Building
Enter the `simple_webapp` directory and just type: `make`.
### Running
Type:
`
docker run -p 8080:8080 demo-sles11sp3 /demo/webapp
`
and then point your browser to `http://localhost:8080`