Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 462 Bytes

dockertest

Description

A very simple docker containerizing test.

Based on nginx image.
Publish one static page just to show app content is available.

Docker build

DockerHub: iaarnio/dockertest

The docker build has been automated. Every commit to GitHub will automatically rebuild the public DockerHub image.

Usage

On your docker host environment:

docker pull iaarnio/dockertest

docker run -d -p 80:80 --name dockertest iaarnio/dockertest