afigs
afigs
I believe the issue here is that unless specified the code is using the same socket for both system and session. The code uses connection uri to parse the query...
I don't know anyone is still having this issue, however to create_container from images.linuxcontainers.org the code bellow worked for me. ```ruby Hyperkit.create_container("test-container00", type: "image", alias: "ubuntu/trusty/amd64", server: "https://images.linuxcontainers.org", protocol: "simplestreams",...
I spent a good of time trying to get this to work. Ultimately, the only solution that worked consistently was it inelegant set of sleep statements, staggering of the execution...