An open API service indexing awesome lists of open source software.

https://github.com/vegasbrianc/autobuilder

Autobuilds
https://github.com/vegasbrianc/autobuilder

Last synced: 3 months ago
JSON representation

Autobuilds

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/vegasbrianc/autobuilder.svg?branch=master)](https://travis-ci.org/vegasbrianc/autobuilder)

# 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`

Here's some more text