beremiz

3e219f00151a
file isExecutable
Use msgpack and remove serpent's bytes workaround
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER