Guido U. Draheim
Guido U. Draheim
As I using third party containers quite regulary, I found them to have some exposed ports that I do not need (and even more so a number of volumes). To...
The script is in python but it depends a few external tools like "docker" and "tar" to save an image to disk and to unpack that archive. The question is...
(no response)
If you can see the buildx results in "docker images" then all should be fine. If it uses containerd directly then check "ctr images" where ctr has also import/export commands....
Well, never heard of them. ;) .... the thing is that I do use the docker+systemctl.py stuff on a daily basis while the hostname is set in a docker-compose /...
Well, the ansible role can detect that by using when: "ansible_connection == 'docker'" and that's what I do quite often actually ... atleast for things like copying systemctl.py over /usr/bin/systemctl...
Some tests do compare their functionality with the infozip tool atleast, and it seems that some testcases just use to to unzip-to-pipe some zip file content. So far it was...
The "expected failures" are extra. Actually, I had seen recently that Ubuntu "unzip" has some problems which RHEL/Suse "unzip" does not have. That accounts to your log as well -...
According to the documentation, there is a special value "infinity" - the usage of =0 is not documented. https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#StartLimitIntervalSec=interval
I did not know about that service type but the official documentation says it is just another variant of the service type "simple" that simply waits for the "exec" to...