Christian Höltje
Christian Höltje
With docker v1.12.1 in swarm mode I get: ``` $ docker volume create --driver=local --opt=type=nfs --opt=o=addr=192.168.1.1,rw --opt device=:/vol/vol_docker_registry_mirror --name=registry-mirror registry-mirror $ docker volume ls DRIVER VOLUME NAME local registry-mirror $...
I was able to get a service to work, using that volume command. But I had to run the volume command by hand on every node in the swarm. It...
The service command (for posterity): ``` $ docker service create --replicas=3 --mount=type=volume,src=registry-mirror,dst=/var/lib/registry --name=mirror -p 5010:443 registry:2 serve /var/lib/registry/config.yml ```
Note my `has'xz'` that I just added to prevent it borking the install and requiring a `zi delete`. ```sh zinit wait lucid for \ from'gh-r' \ as'program' \ has'xz' \...
I think the problem is with your DNS server: `94.19.255.3` It may be blocking me (being in Russia and me in the USA) but I get a timeout whenever using...
I think this is because dns-heaven isn't handling [RFC8482](https://tools.ietf.org/html/rfc8482).
It looks like it installs it under a `site-packages` directory: ```sh macos$ mdfind 'name:linode-cli.sh' /usr/local/lib/python3.8/site-packages/etc/bash_completion.d/linode-cli.sh ``` A convention I have seen is adding a `completion` sub-command that can be used...
I would, as a multi-os admin, prefer that the `pip3 install` command _not_ install them someplace. If `linode-cli` is wrapped in a package (.rpm, .deb, formula, etc.) then it can...
**TL;DR** > Would having a way to retrieve the completions from the CLI be enough? Yes
related: #221