Hass.io Docker will not start, - Failed to Read Network Key

Installed Hass.io into docker on Ubuntu (new to docker)

Everything was working well until I setup Zwave, I added the network key (using the UI, not in configuration files) and the docker crashed!

Restarted the computer, but now the docker image will not start. Last item in the log is…

2019-06-25 22:04:11 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 5.90s
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.components.automation] Initialized trigger DSC Door
2019-06-25 22:04:11 INFO (SyncWorker_6) [homeassistant.components.zwave] Starting Z-Wave network…
2019-06-25 22:04:11 INFO (MainThread) [homeassistant.core] Timer:starting
2019-06-25 22:04:11 INFO (SyncWorker_6) [openzwave] Start Openzwave network.
Error: Driver.cpp:6772 - Failed to Read Network Key

How do I edit/remove/stop zwave so I can start Hass.io image and fix this?

Help

Edit the config file on the server.
No need to start docker image

Do you know what file, and the path to it, I can copy it out and back to the image?

Try .storage/core.config_entries inside config folder

Thanks, I found another way by accident. I simply removed the USB key which I guess allowed it to boot up and not fail on the encryption key, I then fixed the key and all was good!

Thanks

Zwave dongle?
Good to hear.