beremiz

file isExecutable
Tests: give test directory when creating container, not when running test.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER