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

Docker test project with automatic build and upload to Docker Hub

Notifications You must be signed in to change notification settings

iaarnio/dockertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker test project with automatic build and upload to Docker Hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published