You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually do not use docker - I use podman. Do I need to configure docker-slim to work with podman? Some debug info:
[me@myhost]$ docker-slim --debug version time="2019-10-09T17:22:35-04:00" level=debug msg="sysinfo => system.SystemInfo{Sysname:"Linux", Nodename:"myhost", Release:"3.10.0-862.el7.x86_64", Version:"#1 SMP Wed Mar 21 18:14:51 EDT 2018", Machine:"x86_64", Domainname:"(none)", OsName:"Red Hat Enterprise Linux Server 7.7 (Maipo)", OsBuild:""}" time="2019-10-09T17:22:35-04:00" level=debug msg="docker-slim: new Docker client (default) [6]" time="2019-10-09T17:22:35-04:00" level=debug msg="docker-slim: configured DOCKER_HOST env var" docker-slim[version]: linux|Transformer|1.25.3|b5aef546a575de242b2c3ace97e1fc11f028b137|2019-08-04_04:31:18PM time="2019-10-09T17:22:36-04:00" level=debug msg="version.Check: http status = 200 OK" app=docker-slim Version Status: your have the latest version host: OsName=Red Hat Enterprise Linux Server 7.7 (Maipo) OsBuild= Version=#1 SMP Wed Mar 21 18:14:51 EDT 2018 Release=3.10.0-862.el7.x86_64 Sysname=Linux docker: error getting docker info
The text was updated successfully, but these errors were encountered:
rubyfin
changed the title
"permission denied" failure" error="Get http://unix.sock/images/d9dc67eb0ba7/json
"permission denied" failure" error="Get http://unix.sock/images/d9dc67eb0ba7/json using podman image
Oct 9, 2019
@rubyfin This will be an interesting feature to explore. Right now docker-slim expects to have Docker installed on the same machine and it uses the Docker API to run containers and to create new images. The same will need to be done with Podman.
@rubyfin This will be an interesting feature to explore. Right now docker-slim expects to have Docker installed on the same machine and it uses the Docker API to run containers and to create new images. The same will need to be done with Podman.
Gotcha, I thought so too. I think it will be a great feature to explore, as podman is a drop-in replacement for docker, and I think will be only gaining in popularity, especially in corporate environments.
I will be more than happy to help test out any new features on podman. :)
Getting the following error:
I actually do not use docker - I use podman. Do I need to configure docker-slim to work with podman? Some debug info:
[me@myhost]$ docker-slim --debug version time="2019-10-09T17:22:35-04:00" level=debug msg="sysinfo => system.SystemInfo{Sysname:"Linux", Nodename:"myhost", Release:"3.10.0-862.el7.x86_64", Version:"#1 SMP Wed Mar 21 18:14:51 EDT 2018", Machine:"x86_64", Domainname:"(none)", OsName:"Red Hat Enterprise Linux Server 7.7 (Maipo)", OsBuild:""}" time="2019-10-09T17:22:35-04:00" level=debug msg="docker-slim: new Docker client (default) [6]" time="2019-10-09T17:22:35-04:00" level=debug msg="docker-slim: configured DOCKER_HOST env var" docker-slim[version]: linux|Transformer|1.25.3|b5aef546a575de242b2c3ace97e1fc11f028b137|2019-08-04_04:31:18PM time="2019-10-09T17:22:36-04:00" level=debug msg="version.Check: http status = 200 OK" app=docker-slim Version Status: your have the latest version host: OsName=Red Hat Enterprise Linux Server 7.7 (Maipo) OsBuild= Version=#1 SMP Wed Mar 21 18:14:51 EDT 2018 Release=3.10.0-862.el7.x86_64 Sysname=Linux docker: error getting docker info
The text was updated successfully, but these errors were encountered: