Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ongr-io/ongr-demo-docker-container
https://github.com/ongr-io/ongr-demo-docker-container
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ongr-io/ongr-demo-docker-container
- Owner: ongr-io
- License: mit
- Created: 2016-02-29T11:05:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T08:17:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T18:47:23.792Z (about 2 months ago)
- Language: Nginx
- Size: 4.88 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ONGR demo presentation docker image.
[![Build Status](http://img.shields.io/travis/ongr-io/ongr-demo-docker-container/master.svg?style=flat-square)](https://travis-ci.org/ongr-io/ongr-demo-docker-container) [![Docker Hub](https://img.shields.io/badge/docker-demo--presentation-blue.svg?style=flat-square)](https://hub.docker.com/r/ongr/demo-presentation/)
## Walkthrough:
1. Pull the image:
```bash
docker pull ongr/demo-presentation
```2. Run the container:
```bash
docker run -d -p 80:80 --name demo -t ongr/demo-presentation
```
3. Run `docker logs` to check when all services are booted up and navigate to your docker host IP address in the browser to view the ONGR demo presentation.