gpt4 book ai didi

linux - docker 镜像是否可以跨不同的 linux 风格移植?

转载 作者:IT王子 更新时间:2023-10-29 01:26:25 26 4
gpt4 key购买 nike

docker 镜像是否可以跨不同的 linux 风格移植?比方说,如果我有基于 OEL 的 docker 镜像,其中安装了数据库,我可以在 Mac 上的 boot2docker 中运行它吗?

最佳答案

是的,您可以存档图像 ( docker save/docker load ),将其复制到您的 mac 上,除非您的图像并在 boot2docker Tiny Core VM 中运行容器。

镜像可能不可移植的唯一情况是其操作系统文件系统取决于内核的特定补丁级别。
在这种情况下,来自该镜像的容器将仅在正确的内核上运行。

hek2mgl提及 in the comments inotify 这样的功能 仅适用于 Linux ( should work on the TinyCore VM of boot2docker ),但在 sharing a folder from the (non-Linux) host 时不起作用( ticket VBox 10660boot2docker PR 284 comment )。

关于linux - docker 镜像是否可以跨不同的 linux 风格移植?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29992540/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com