Joshua Morris

Results 3 comments of Joshua Morris

Hey @Artem-Schander, I was having a similar issue myself this morning. I started by cloning the repository, and then I added a `docker-compose.yaml` file with the following: ``` digital-ocean-exporter: build:...

As a quick follow up, you could create your own `Dockerfile` to: 1. Clone the repository 2. Build it as a Go application 3. Expose the application in the container...

Thanks @B4nan, I thought a similar thing, that if it doesn't run without it, I must need it! I thought I would post it as an issue in case anyone...