./update.sh: line 117: /etc/docker/daemon.json: No such file or directory
English
I always see this when run the update script
Did you check if this file is actually present on your system? Which OS and Docker version are you using?
Have something to say?
Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!
I know its not supported . I am on Arch Linux OS. Been working fine though for a while.
I don’t remember how to get the docker version.
It’s trying to paste the NAT config into this file, this command will fail if you don’t even have a /etc/docker directory
echo ${NAT_CONFIG} > /etc/docker/daemon.json
The line is in update.sh for at least 2 years though
So why wouldn’t I have a /etc/docker directory?
I think all of my docker install files and running directories start in the /opt root folder.
DocFraggle Did you check if this file is actually present on your system?
️
This is one area I’m confused on with the Mailcow installation.
I have a /etc folder on the OS but I don’t see an etc folder in the /opt tree.
I don’t have a /etc/docker folder. Am I supposed to have one?
My mailcow is running just fine.
- Edited
- Best Answerset by maybl8
Why don’t you create the folder /etc/docker? Mine is also completely empty, only file which gets created by mailcow is the daemon.json