beremiz

file isExecutable
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER