Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```