Jérôme Petazzoni

Results 94 comments of Jérôme Petazzoni

/cc @samalba @shin-

I was drawn to this issue by this message on docker-user: https://groups.google.com/forum/#!topic/docker-user/QVWneEWcMk4 On Tue, Jun 3, 2014 at 9:08 PM, Sam Alba [email protected] wrote: > @jpetazzo https://github.com/jpetazzo did you get...

If you `chown` the volume (on the host side) before bind-mounting it, it will work. In that case, you could do: ``` mkdir /tmp/www chown 101:101 /tmp/www docker run -v...

Hi @cynthia-sg, Thanks a lot for the feedback! A couple of questions so that I can get started on the changes - how can I reproduce this for testing? Specifically:...

Thanks for updating the documentation, and confirming that the YAML on the GitHub release pages is now the canonical source; that's very much appreciated! ♥ One little remark: the YAML...

I would like to simplify a bit the directory structure, so I am moving the content of the `stacks` directory to the `compose` directory (since the `stacks` are actually Compose...

I think I'm going to add support for the `date` field to be a 2-element array, and when it is, then it'll be interpreted as begin/end. Or do we want...

Non-consecutive things do happen; e.g. I can do a two-day training Monday-Tuesday, and a repeat of the same thing on Thursday-Friday. (Internal mulling over) I think I'll go with a...

Happy New Year! :tada: I know I know my lag is unbearable 😅 Do you think there is some stuff in there that I should cherrypick to `main`, or is...

Hi! That's a good point. I don't have detailed instructions for all these tools, because there are so many different environments to cover: Linux, Mac, Windows; and for each major...