Eric Nemchik
Eric Nemchik
A recent change to shellcheck seems to have made [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034) a little more strict. https://github.com/koalaman/shellcheck/releases/tag/v0.6.0 released Dec 3, 2018 but the `latest` tag on https://hub.docker.com/r/koalaman/shellcheck/tags was pushed Jul 4, 2019.
There's a few different ways to install compose. I've personally written a script to install docker using this script and compose via python pip. I'd be curious to see an...
It seems like there are now official packages in the docker-ce repos https://download.docker.com/linux/ for the new compose v2 plugin. It would be great to see those packages added by default...
I use the script in a similar way and actually think it would be nice to be able to bypass the sleep by setting an environment variable or passing a...
The sleep happens when this condition is met https://github.com/docker/docker-install/blob/2e839c9ac3e469baedcf74069d0e95200957d332/install.sh#L221 even though one of the potential scenarios already accounted for displays a message informing the user they can safely ignore the...
FYI, we started looking into s6 v3 back in January. The main issue at the time was the init system changed drastically and broke the method we use to apply...
Also, FYI for those following, s6 v3 does not break backwards compatibility with v2 cont-init or services. They are referred to as "legacy" but not listed as deprecated at this...
> Hey, primary s6-overlay v3 author here. Hey @skarnet ! It's awesome to see you're keeping an eye on our projects. We are still working on getting where we feel...
Will we be looking at the new stage 2 hook to replace the patch method for mods in this pr?
We're considering adding a recursive chmod. We're not positive that there won't be any negative effects from this.