Tag: 天青储存文件

Docker for windows – 文件共享

我想要在Windows容器中安装文件共享。 我试图安装一个Azure文件存储共享,并在内部工作正常。 我可以浏览目录中的文件。 但是,当断开连接并重新连接我的容器powershell会话时,共享标记为“不可用”。 此外,该共享不可用于作为我的入口点运行的可执行文件。 docker exec -it a4 powershell ************** PS C:\> net use z: \\XXXX.file.core.windows.net\dockerstore /u:XXXXX XXXXXX== /P:Yes The command completed successfully. PS C:\> net use New connections will be remembered. Status Local Remote Network ——————————————————————————- OK Z: \\XXXX.file.core.windows.net\dockerstore Microsoft Windows Network The command completed successfully. exit ****************** docker exec -it a4 powershell […]