Closed Sovenger closed 9 years ago
Same here! Why this happen?
Ok, got it. The tmp directory on the docker image is missing. Workaround:
docker exec -it <CONTAINER ID> sh
mkdir tmp
exit
After doing this, you may want to commit changes and save your image for future use.
oh, sorry! I'll fix it soon!
@subicura @jaehue When I try to create and submit a new unit through the web interface, I get this error in my docker log:
2015/03/02 20:34:54 submit unit 2015/03/02 20:34:54 err: stat ./tmp: no such file or directory 2015/03/02 20:34:54 Open file errpr: open ./tmp/apachetestservice.service: no such file or directory
Let me know if you need any other log output. Thanks.