https://github.com/nealfennimore/repy-docker
Repy V2 Docker
https://github.com/nealfennimore/repy-docker
docker repy
Last synced: 17 days ago
JSON representation
Repy V2 Docker
- Host: GitHub
- URL: https://github.com/nealfennimore/repy-docker
- Owner: nealfennimore
- Created: 2021-02-07T20:44:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T20:51:31.000Z (over 5 years ago)
- Last Synced: 2025-03-04T14:40:53.313Z (over 1 year ago)
- Topics: docker, repy
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker repy
Docker image for [repyv2](https://github.com/SeattleTestbed/repy_v2)
## Setup
[Install docker](https://docs.docker.com/get-docker/) on your system.
After installation, use a terminal pull down the latest image.
```sh
docker pull ghcr.io/nealfennimore/repy:latest
```
### Running
After installation, the following should return the help menu.
```sh
docker run -it --rm ghcr.io/nealfennimore/repy
```
### Building Locally
If you need to make changes to the build locally:
```sh
docker build . -t ghcr.io/nealfennimore/repy:latest
```
## Examples
See [loading source code](examples/loading-source-code)