beremiz

92e528718733
file isExecutable
CLI: simpler status polling, fixing pyro5 thread
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER