An open API service indexing awesome lists of open source software.

https://github.com/clementlecorre/displayinfo

sample docker img for display hostname & IP with flask framework
https://github.com/clementlecorre/displayinfo

displayinfo docker dockerfile

Last synced: about 2 months ago
JSON representation

sample docker img for display hostname & IP with flask framework

Awesome Lists containing this project

README

          

# displayinfo

# Env variable

FLASK_VERSION 0.12.1

## Run from dockerhub

https://hub.docker.com/r/cl3m3nt/displayinfo/

master [![Build Status](https://travis-ci.org/cl3m3nt666/displayinfo.svg?branch=master)](https://travis-ci.org/cl3m3nt666/displayInfo)

[![Docker Automated buil](https://img.shields.io/docker/automated/cl3m3nt/displayinfo.svg?style=flat-square)](https://hub.docker.com/r/cl3m3nt/displayinfo/)
[![Docker Build Statu](https://img.shields.io/docker/build/cl3m3nt/displayinfo.svg?style=flat-square)](https://hub.docker.com/r/cl3m3nt/displayinfo/)
[![Docker Pulls](https://img.shields.io/docker/pulls/cl3m3nt/displayinfo.svg?style=flat-square)](https://hub.docker.com/r/cl3m3nt/displayinfo/)
[![](https://images.microbadger.com/badges/image/cl3m3nt/displayinfo.svg)](https://microbadger.com/images/cl3m3nt/displayinfo "Get your own image badge on microbadger.com")

```
$ docker run -it --rm -p 8080:5000 -d cl3m3nt/displayinfo
```

# OR

## Build your Dockerfile

```
$ docker build -t local/displayinfo .
```

## Run your Dockerfile

```
$ docker run -it --rm -p 8080:5000 -d local/displayinfo
```

## Screen

![](screen.png)