ServerOs is never passed #1889
haringsrob
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Before I create an issue, I ran into some device mapping errors. Mainly
unknown server OS
After a bit of checking I found that here
containerConfig, err := parse(flags, copts, "")
act/pkg/container/docker_run.go
Line 354 in 70e1e37
Is there a reason to not have this implemented?
I may be able to make a pr for fixing this. In my local tests I hardcoded it to linux which allowed me to map devices.
Beta Was this translation helpful? Give feedback.
All reactions