Shishir
Shishir
@tanvir-ahmed-m4 Can you provide me: 1) `docker volume create` command which you used to create the thin volume ? 2) I created a thin volume `thin_vol` and when I do...
@tanvir-ahmed-m4 Can you tell me a little bit more about your setup ? 1) `docker stack deploy -c mydb.yml` Is this part of a docker `swarm` cluster or some other...
Closing due to inactivity.
`Is there still no solution available for this problem?` @L4rS6 This is not on my immediate priority list, but I will try to investigate when I get a chance. PR's...
Yes, this will be added to the `containerd-driver` soon.
@Oloremo I did some more research on this. Currently, in Nomad docker driver, `auth` is supported in the following ways. **Task Config** - You can specify `username` and `password` in...
@Oloremo I agree with you, and you are right, most of the orchestration systems are moving away from Docker. k8s has already moved to `containerd` (as the default). So it's...
@Oloremo Option (1) is available to use. I ll keep the issue open, and see if we can make some progress on (2) at somepoint.
@devops-at-home You have to `fork` the repo, and open the PR from the `fork`. Typically open source repositories uses `fork-and-PR` model. This might be helpful: https://sqldbawithabeard.com/2019/11/29/how-to-fork-a-github-repository-and-contribute-to-an-open-source-project/
@darthShadow Yeah this would be very interesting :) Feel free to open a PR, if you wanna take a stab at it. There is only `--opt` for setting driver specific...