Thomas McWork

Results 50 comments of Thomas McWork

Regarding official docker-compose support of podman: For me on a Debian machine it was required to provide the socket on an expected path: ln -s /var/run/podman/podman.sock /var/run/docker.sock The article is...

I think your way should be the preferred one. Here is the full instruction: # cat /etc/environment DOCKER_HOST=unix:///var/run/podman/podman.sock

Sorry for raising the confusion! My situation: I'm using bats in some project for system testing. There I'm targeting for a wide distribution coverage. My desire: Having bats images on...

> I am afraid that it might cost too much maintainer time to bring up many different distribution containers One the one hand I can understand that argument. On the...

@spvkgn Maybe you could write him an explicit email. It would be great to get this point cleared for the users.

I've just created a PR for pass-import that aims for native gopass support: https://github.com/roddhjav/pass-import/pull/130

Basically, it acts the same as the `pass` module and doesn't add anything else. Under the hood it inherits all the code of the `pass` class. Whatsoever, in my test...

The PR has been merged :grin: Hopefully a new release will be tagged soon.

@bygui86 I can only recommend using https://github.com/roddhjav/pass-import, which works flawlessly for gopass.

This is the full list of supported input formats: - 1password - 1pif v4 - csv v4 - aegis - json - andotp - apple-keychain - bitwarden - json -...