Travis Reeder

Results 238 comments of Travis Reeder

How did you get this error? I've never seen it.

Thanks! I assume this is different than the mono image we have?

Can you make a README for this like the rest of images.

Still need a README for this. Also, should there be a `:dev` version?

We've tried this a few times with no luck so far... Believe it's hard to get it to compile with musl.

Does $PWD work? Can you try that?

Hmm, might have to use the full path for windows as it shows here: https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume On Fri, Oct 9, 2015 at 2:57 PM John Paul Keenan [email protected] wrote: > I...

I've been using `${pwd}` in powershell which also works in Linux which is nice. For instance: ```sh docker run --rm --name functions -it -v /var/run/docker.sock:/var/run/docker.sock -v ${pwd}/data:/app/data -p 8080:8080 iron/functions...

Should this be for everyone or just people having the issue?

Looks like it panics too: ``` seed: 71900 quick settings: count=5, items=1000, ksize=1024, vsize=1024 === RUN TestFreelist_free --- PASS: TestFreelist_free (0.00s) === RUN TestFreelist_free_overflow --- PASS: TestFreelist_free_overflow (0.00s) === RUN...