Vish (Ishaya) Abrams
Vish (Ishaya) Abrams
but yes i still don't think this new logic is correct.
Usually this happens when trying to execute a binary that is for a different architecture. Are you trying to run a container on arm?
I am able to upload to docker. I notice that the command above is missing a password? Are you specifying a password after the colon when using the command and...
ah i suspect i know the answer. Your password probably has special characters in it. try quoting the whole thing: ``` smith upload -r 'https://nwellinghoff:@registry-1.docker.io/nwellinghoff/smith-httpd' -i smith-httpd.tar.gz ```
did the above solve your problem?
It looks like podman uses runc, so it should be possible to replace the usage of runc with railcar. Note that railcar is not 100% compatible with runc, so some...
Caps probably just needs the proper syscall numbers in order to work on android. The init model is a bit broken without pid namespaces, but it should be ok without...
The parent process needs the pid of the process as viewed from the outside so that it can either wait on it or write it to disk. The issue is...
looks like a new parameter got added in this version of docker. Thanks for the report
so i don't get this error with my install of 18.06.1-ce. I do have a newer kernel version and i'm runing on ubuntu artful so that may make a difference....