OpenMediaVault-Plugin-Developers / openmediavault-docker-gui

Docker plugin for OpenMediaVault
32 stars 17 forks source link

mkdir -p /etc/docker #85

Open ghost opened 4 years ago

ghost commented 4 years ago

In chroot jail, /etc/docker may not exist. Create it before touch /etc/docker/daemon.json.

ryecoaaron commented 4 years ago

Just out of curiousity, why would the plugin be in chroot?

ryecoaaron commented 4 years ago

You made the change against the master branch which is for OMV 5.x. I'm not sure the plugin is going to make it to OMV 5.x (in favor of using portainer) and the mkconf file won't be there for OMV 5.x (salt does the config on OMV 5.x).