aruntheja-5 / docker-hello-kitty

A whimsical hellokitty docker image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-hellokitty

A simple hellokitty app for docker

A simple nginx hellokitty application that helps you learn docker image pulls. Runs on port :80 inside the container. This application will run nginx and return a hello kitty image

To pull this image:

docker pull karthequian/hellokitty:latest

To run this image:

docker run -p 80:80/tcp "karthequian/hellokitty:latest"

Dockerhub link: https://hub.docker.com/r/karthequian/hellokitty/

About

A whimsical hellokitty docker image.


Languages

Language:Nginx 69.4%Language:HTML 30.6%