我正在关注一个希望我像这样使用 podman 的教程:
podman run --mount=type=bind,src=$(pwd)/data,dst=/prometheus/data,relabel=shared --publish=127.0.0.1:9090:9090 --detach prometheus:latest
但我不想使用 podman。我不允许安装 podman。我想使用 docker 但我看不到如何完成重新标记操作。docker中似乎没有类似物。在那儿?
我正在关注一个希望我像这样使用 podman 的教程:
podman run --mount=type=bind,src=$(pwd)/data,dst=/prometheus/data,relabel=shared --publish=127.0.0.1:9090:9090 --detach prometheus:latest
但我不想使用 podman。我不允许安装 podman。我想使用 docker 但我看不到如何完成重新标记操作。docker中似乎没有类似物。在那儿?
看起来像:
可以在以下位置找到有关配置 selinux 标签的文档:https ://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label