Skip to content

dockersamples/linux_tweet_app

Repository files navigation

Linux Tweet App

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.

Getting Started

Pre-requisite

  • Install Docker

Build the Docker Image

docker build -t linux_tweet_app .

Running the container

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

Accessing the app

Open the browser and access https://localhost:80

image

About

A very simple webapp based on NGINX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published