ashwani29
ashwani29
I've download the docker image and now running it using command `docker run marcbachmann/libvips` but it closes. How can I actually use it with an image?
How can I separately run networking buffering thing for qemu while not providing micro-checkpointing tolerance support to it? I just want to have network buffering support which I can call...
I installed saml2aws following the below steps: ``` CURRENT_VERSION=$(curl -Ls https://api.github.com/repos/Versent/saml2aws/releases/latest | grep 'tag_name' | cut -d'v' -f2 | cut -d'"' -f1) wget -c https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -O - | tar -xzv...