Is there a Hassio for Synology (Docker)?

I have had a raspberry and used Hassio, in Hassio Zwave works. But i got rit off the nasty bugs on Sdhc cards so i switched to normal HomeAssistant in Docker for Synology DS218+
Too bad installing zwave on Home Assistant does not work, i tried with /dev/serial/by-id but it dit not work, maybe its the wrong port? Too bad on the normal HomeAssistant you cannot change Zwave, just only 1 time, there is no zwave config?
So i think the best option should be a Hassio for Docker (Synology).

If you have enough RAM Use the Virtual Machine Manager Synology DS 218+ installation problem

Sure it does. I run zwave on docker.

??

Here the log of OZW (zwave)
2019-03-10 13:57:03.602 Always, OpenZwave Version 1.4.3322 Starting Up
2019-03-10 14:07:40.888 Error, Options have been locked. No more may be added.
2019-03-10 14:07:40.889 Error, Options have been locked. No more may be added.
2019-03-10 14:07:40.889 Error, Options are already final (locked).
2019-03-10 14:08:04.862 Info, Setting Up Provided Network Key for Secure Communications
2019-03-10 14:08:04.863 Info, mgr, Added driver for controller /dev/ttyS0
2019-03-10 14:08:04.869 Info, Opening controller /dev/ttyS0
2019-03-10 14:08:04.869 Info, Trying to open serial port /dev/ttyS0 (attempt 1)
2019-03-10 14:08:04.871 Info, Serial port /dev/ttyS0 opened (attempt 1)
2019-03-10 14:08:04.873 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-03-10 14:08:04.873 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-03-10 14:08:04.873 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-03-10 14:08:04.873 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-03-10 14:08:04.873 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-03-10 14:08:04.873 Detail,
2019-03-10 14:08:04.873 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-03-10 14:08:05.873 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-03-10 14:08:05.873 Detail, contrlr, Removing current message
2019-03-10 14:08:05.873 Detail, contrlr, Notification: Notification - TimeOut
2019-03-10 14:08:05.874 Detail,
2019-03-10 14:08:05.874 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-03-10 14:08:06.874 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-03-10 14:08:06.875 Detail, contrlr, Removing current message
2019-03-10 14:08:06.875 Detail, contrlr, Notification: Notification - TimeOut
2019-03-10 14:08:06.875 Detail,
2019-03-10 14:08:06.875 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-03-10 14:08:07.875 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-03-10 14:08:07.875 Detail, contrlr, Removing current message
2019-03-10 14:08:07.875 Detail, contrlr, Notification: Notification - TimeOut
2019-03-10 14:08:07.876 Detail,
2019-03-10 14:08:07.876 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-03-10 14:08:08.876 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-03-10 14:08:08.876 Detail, contrlr, Removing current message
2019-03-10 14:08:08.876 Detail, contrlr, Notification: Notification - TimeOut
2019-03-10 14:08:08.877 Detail,
2019-03-10 14:08:08.877 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-03-10 14:08:09.877 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-03-10 14:08:09.877 Detail, contrlr, Removing current message
2019-03-10 14:08:09.877 Detail, contrlr, Notification: Notification - TimeOut

I have search under hardware and there were 4 serial options: /dev/ttyS0 /dev/ttyS1
/dev/ttyS2 and /dev/ttyS3 i tried them all, and always the system gives Succes!
Too bad, also always this entity has no devices.

Too bad on Hassio there is no SSH possible, so i can not do ls -ltr /dev/tty*|tail -n 1 to find out the real serial port.

Installed on Virtual Machine Manager tried every usb port for my Aeotec zwave v5 stick
At installation it says succes on every usb Port but also there is never a Zwave menu and says This integration has no devices!
When i change to my old Rasp with Hassio, then i immediately got zwave menu and say heal and start, worked. But i want to get rit of the raspberry with its crappy sdhc cards.