Skip to content

bishal-pdMSFT/docker-app

 
 

Repository files navigation

Linux Tweet App

This is very simple NGINX website that allows a user to send a tweet.

It's mostly used as a sample application for Docker 101 workshops.

To use it:

Build it: docker build -t linux_tweet_app .

Run it: docker container run --detach -p 80:80 linux_tweet_app

About

A very simple webapp based on NGINX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 97.0%
  • Dockerfile 3.0%