Age | Commit message (Collapse) | Author |
|
|
|
Closes #11879
|
|
|
|
|
|
|
|
Closes #11472
|
|
|
|
|
|
|
|
Closes #11876
|
|
|
|
Closes #7489
Closes #9721
|
|
Fixes #11686
|
|
Co-authored-by: K. Akatsuki <thevortexspirit@gmail.com>
|
|
|
|
Closes #11803
Co-authored-by: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #8827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #11837
Closes #11822
|
|
|
|
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
|
|
|
|
Closes #11812
|
|
Co-authored-by: Chris Hamill <chamill@ets.org>
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics.
|
|
Closes #11799
This commit reverses 5bfdd0356b46dc711a8f0866eeb9b717c033d5b2
BREAKING CHANGE: reverting alias rename from `acs` to `acse`.
|
|
|
|
|
|
Co-authored-by: Matthias Heyman <matthias.heyman@ebo-enterprises.com>
|
|
`docker version` subcommand is able to return both docker client and
docker daemon information. To get a daemon version, it connects to a
possibly remote daemon. If the remote daemon is not accessible, the
client waits for some time, until it gets interrupted by timeout.
As a result we can have a docker client running in background. When zsh
session is rather short, a terminal application (iTerm2) starts asking
if that background docker process should be stopped.
On the other hand, to get a docker client version only, we can use
`docker --version` instead. It does not connect to a daemon.
Closes #11780
|
|
|
|
|
|
|
|
|