beremiz

file isExecutable
Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER