Thomas Sjögren

Results 98 comments of Thomas Sjögren

Thanks for reporting this @nothub, fixed with https://github.com/konstruktoid/ansible-docker-rootless/pull/65

Hi @benlei-gfm - I'll have a look to see what's required for that to work.

Hi again @benlei-gfm and sorry for the late reply. Sorry to say I'm not going to start supporting Amazon Linux 2, this is due to the fact that many of...

Amazon Linux 2022 (tested using 2022.0.20220518) will work with some minor modifications. ```yaml - name: install slirp4netns package become: 'yes' ansible.builtin.package: name: "slirp4netns" state: present when: not ansible_distribution == "Amazon"...

Lets leave the issue open as a reminder.

Now works on Amazon Linux 2022. ```sh $ ansible-playbook --extra-vars "docker_user=$(id -un)" -i '127.0.0.1,' -c local local.yml $ DOCKER_HOST="unix:///run/user/$(id -u)/docker.sock" PATH="/home/$(id -un)/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" XDG_RUNTIME_DIR="/run/user/$(id -u)" docker ps ``` ```yaml --- -...

Thanks! I'll run some tests and merge if okay.

Hi @JavierBaratech, which distribution are you using?

Without knowing which device or toolset it is, it's hard to actually test this.