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

https://github.com/theyorkshiredev/blue_helloworld

Hello World Docker image with a blue background
https://github.com/theyorkshiredev/blue_helloworld

docker docker-image dockerhub hello-world

Last synced: about 2 months ago
JSON representation

Hello World Docker image with a blue background

Awesome Lists containing this project

README

          

# Blue Hello World Container

Single webpage displaying the hostname on a blue background.

## Why?

`blue_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/blue_helloworld
```

## Build & Release Status

### Build

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

### Docker Image

[![Docker Build Status](https://img.shields.io/docker/build/theyorkshiredev/blue_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/blue_helloworld/) [![Docker Automated build](https://img.shields.io/docker/automated/theyorkshiredev/blue_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/blue_helloworld/) [![Docker Pulls](https://img.shields.io/docker/pulls/theyorkshiredev/blue_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/blue_helloworld/) [![Docker Stars](https://img.shields.io/docker/stars/theyorkshiredev/blue_helloworld.svg)](https://hub.docker.com/r/theyorkshiredev/blue_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/blue_helloworld)
* [Report Issues on GitLab](https://gitlab.com/TheYorkshireDev/blue_helloworld/issues)
* [Repository CI & CD](https://gitlab.com/TheYorkshireDev/blue_helloworld/pipelines)