This is a very simple NGINX website that allows a user to send a tweet.
It's mostly used as a sample application for Docker 101 workshops.
- Install Docker
docker build -t linux_tweet_app .
docker container run --detach -p 80:80 linux_tweet_app
Open the browser and access https://localhost:80