Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbartels/phusion-repro
just for a test
https://github.com/fbartels/phusion-repro
Last synced: 28 days ago
JSON representation
just for a test
- Host: GitHub
- URL: https://github.com/fbartels/phusion-repro
- Owner: fbartels
- Created: 2023-10-27T15:50:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:12:03.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:29:38.934Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to reproduce
Build image:
```bash
docker build -t phusion-repro .
``````bash
docker run --rm -d --name phusion-repro phusion-repro
docker logs -f phusion-repro
``````bash
docker stop phusion-repro
```