gpt4 book ai didi

docker - Docker批量投资主机到机器

转载 作者:行者123 更新时间:2023-12-02 19:50:01 25 4
gpt4 key购买 nike

如何复制容器内的文件。然后编辑它们。

    web:
image: jitsi/web
restart: ${RESTART_POLICY}
ports:
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
volumes:
- ${CONFIG}/web:/config
- ${CONFIG}/web/letsencrypt:/etc/letsencrypt
- ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts

我要访问此目录中的文件:/ usr / share / jitsi-meet / transcripts(容器)
        base.html  connection_optimization  favicon.ico  head.html  index.htmllibs  package-lock.json  plugin.head.html  scripts  static      transcripts
root@cb7d87c5635f:/usr/share/jitsi-meet#

编辑它。

最佳答案

您可以使用docker cp命令:

sudo docker cp <containerId>:/path/in/container /path/in/host/

使用相同的命令,您可以将文件从主机向后复制到Docker容器。

关于docker - Docker批量投资主机到机器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61396643/

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