Will Sloan
Will Sloan
The following short-term workaround seems to work for me and I'm planning on using it until this issue is resolved: ```yaml hooks: root: chown scubauser:tty /dev/pts/0 ``` (This solution was...
In an offline discussion with @JonathonReinhart we wondered if there was a way to reproduce this behavior outside of docker. It turns out there is. Here are 3 PoC snippets...
> Would you mind opening a separate "enhancement" issue that requests adding support for the long-form images:? Opened #230. Cool, I had forgotten that Scuba supports an `entrypoint` configuration option....
I wrote up a Python script to correct bad request codes into good request codes, following the methodology from @Simonomi's comment. It's tested and appears to work: ```python #!/usr/bin/python3 import...