https://github.com/arranbartish/retro
funretro containerized
https://github.com/arranbartish/retro
Last synced: 4 months ago
JSON representation
funretro containerized
- Host: GitHub
- URL: https://github.com/arranbartish/retro
- Owner: arranbartish
- License: mit
- Created: 2017-09-08T12:00:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T15:39:48.000Z (almost 9 years ago)
- Last Synced: 2025-07-27T01:39:55.237Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retro
container to run a retro board. When a build takes place it grabs the latest from https://github.com/funretro/distributed
# docker hub location
https://hub.docker.com/r/arranbartish/retro/
```
$ docker build -t retro .
$ docker run -p 8080:4000 retro
```
# image only
`$ docker run -p 8080:4000 arranbartish/retro`