On 21 Nov 2016, at 13:57, David Sheets <[email protected]> wrote: > > On Mon, Nov 21, 2016 at 12:34 PM, Anil Madhavapeddy <[email protected]> wrote: >> >>> On 9 Nov 2016, at 12:29, Compos Min <[email protected]> wrote: >>> >>> Hi Folks, >>> I've been reading about Mirage for quite a while now and would like to >>> start making >>> some contributions (well as much as somebody that is just learning OCaml). >>> >>> Unfortunately I'm stuck on build problem with the simple Dockerfile listed >>> on https://github.com/ocaml/opam-dockerfiles. >>> >>> FROM ocaml/opam:ubuntu-15.10_ocaml-4.02.3 >>> RUN opam remote add dev git://github.com/mirage/mirage-dev >>> RUN opam depext -i mirage >>> >>> The error output is: >>> Fatal error: >>> # opam-version 1.2.2 (c968888614d3fdbac881d3b7b8ef32ee97839807) >>> # os linux >>> opam: "open" failed on /home/opam/.opam/log/command-5-5a61c5.out: >>> Permission denied > > I believe this issue is > <https://github.com/docker/docker/issues/27298> and was fixed in > <https://github.com/docker/docker/pull/27705>. The fix will be > included in 1.13 a release candidate of which will be in the next > Docker for Mac beta.
Thanks David! The other workaround is to not use the 'overlay2' graph storage driver, and use 'aufs' instead. regards, Anil _______________________________________________ MirageOS-devel mailing list [email protected] https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
