beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: fix non-interleaved worker loop
2023-10-02, Edouard Tisserant
4e1906d119d5
file is
Executable
Runtime: fix non-interleaved worker loop
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER