beremiz
Clone
Summary
Browse
Changes
Graph
tests: nore details, please
2022-07-07, Edouard Tisserant
7f62da4362fd
file is
Executable
tests: nore details, please
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER