https://github.com/vegasbrianc/autobuilder
Autobuilds
https://github.com/vegasbrianc/autobuilder
Last synced: 3 months ago
JSON representation
Autobuilds
- Host: GitHub
- URL: https://github.com/vegasbrianc/autobuilder
- Owner: vegasbrianc
- Created: 2019-06-06T11:39:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T19:46:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T18:47:12.669Z (4 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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