Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hostwithquantum/runway-example-docker
example docker app for runway
https://github.com/hostwithquantum/runway-example-docker
docker planetary-quantum runway
Last synced: about 1 month ago
JSON representation
example docker app for runway
- Host: GitHub
- URL: https://github.com/hostwithquantum/runway-example-docker
- Owner: hostwithquantum
- Created: 2022-07-13T15:10:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:05:04.000Z (5 months ago)
- Last Synced: 2024-08-13T10:44:59.706Z (5 months ago)
- Topics: docker, planetary-quantum, runway
- Language: Dockerfile
- Homepage: https://www.runway.horse/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runway Example docker App
This is an example app demonstrating how to deploy a docker app
to [runway](https://www.runway.horse/).* clone this repo, and navigate into that directory
* `runway app create`
* `runway app deploy`
* `runway open`You can then deploy changes by `git commit`ing them, and running `runway app
deploy` again.This example is very simple (a static site based on the nginx image) - but any
Docker image will work, provided it `EXPOSE`s a port and doesn't run as root.See the Dockerfile for some hints.