Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T13:22:33.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T06:56:03.338Z (2 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`