initial commit

This commit is contained in:
docker
2023-03-18 14:36:08 -05:00
commit 6c7b769628
9 changed files with 702 additions and 0 deletions

8
docker_run.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker run -it \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro \
-v /home/docker/appdaemon_conf:/conf \
--name appdaemon \
acockburn/appdaemon:dev