我正在尝试创建并在 Mac 上融合一个 kitchen-dokken ubuntu-1604 图像,但我似乎无法让它工作。
我已经搜索了三个小时,现在我知道这是因为 systemd,它仅或主要可用于 GNU/Linux。
我正在使用someara 的 kitchen-dokken,因为我首先无法使用 docker 为 ubuntu1604 创建测试厨房。
这是堆栈跟踪:
my-mac:kitchen-dokken-master <user>$ kitchen create dokken-test-1251-ubuntu-1604
-----> Starting Kitchen (v1.11.1)
-----> Creating <dokken-test-1251-ubuntu-1604>...
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1 actions failed.
>>>>>> Failed to complete #create action: [oci runtime error: exec: "/usr/lib/
systemd/systemd": stat /usr/lib/systemd/systemd: no such file or directory
] on dokken-test-1251-ubuntu-1604
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
谁能告诉我如何在 Mac 上做到这一点,或者我需要找到另一个解决方案,比如切换到 Linux?或者有人指出我正确的方向。
我很高兴每条评论或回答都让我发疯。