beremiz

close branch
python3
20 months ago, Edouard Tisserant
2ec97d756d3c
file isExecutable
close branch
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER