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

https://github.com/theyorkshiredev/white_helloworld

Hello World Docker image with a white background
https://github.com/theyorkshiredev/white_helloworld

docker docker-image dockerhub hello-world

Last synced: 2 months ago
JSON representation

Hello World Docker image with a white background

Awesome Lists containing this project

README

          

# White Hello World Container

Single webpage displaying the hostname on a white background.

## Why?

`white_helloworld` is intended for testing with docker images. It is part of a collection I have made each with different background colours; useful for testing load balancing and routing.

## Use

Simply run
```
docker pull theyorkshiredev/white_helloworld
```

## Build & Release Status

### Build

[![Build Status](https://gitlab.com/TheYorkshireDev/white_helloworld/badges/master/build.svg)](https://gitlab.com/TheYorkshireDev/white_helloworld/pipelines) [![GitHub tag](https://img.shields.io/github/tag/theyorkshiredev/white_helloworld.svg)](https://github.com/theyorkshiredev/white_helloworld/releases) [![license](https://img.shields.io/github/license/theyorkshiredev/white_helloworld.svg)](https://github.com/theyorkshiredev/white_helloworld/blob/master/LICENCE)

### Docker Image

[![Docker Build Status](https://img.shields.io/docker/build/theyorkshiredev/white_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/white_helloworld/) [![Docker Automated build](https://img.shields.io/docker/automated/theyorkshiredev/white_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/white_helloworld/) [![Docker Pulls](https://img.shields.io/docker/pulls/theyorkshiredev/white_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/white_helloworld/) [![Docker Stars](https://img.shields.io/docker/stars/theyorkshiredev/white_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/white_helloworld/)

## Contribute

**Please Note:** The development of this project is done within a GitLab repository and uses the integrated GitLab CI. If you wish to contribute in anyway feel free to send pull requests and submit issues on GitLab. This GitHub repository is a mirror of the master branch within GitLab and is intended for users unfamiliar with GitLab.

* [Development Repository](https://gitlab.com/TheYorkshireDev/white_helloworld)
* [Report Issues on GitLab](https://gitlab.com/TheYorkshireDev/white_helloworld/issues)
* [Repository CI & CD](https://gitlab.com/TheYorkshireDev/white_helloworld/pipelines)