beremiz

8c12c0df026a
file isExecutable
Let extensions know when configuration is new, to apply defaults.

Add "new_config" member to CTN, True when config was just created.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER