代码之家  ›  专栏  ›  技术社区  ›  SledgeHammer

将大型文件复制到容器中(从任意位置)?

  •  0
  • SledgeHammer  · 技术社区  · 7 年前

    根据我的理解,就像我说的,我是一个新手,Dockerfile将产生层?因此,如果第一步是安装30GB库,那应该是一个缓存层,对吗?

    1) the library needs to be updated once a month
    2) we have a build / deployment group, so I'd like to set it up in a way where they can do it... they aren't developers, so this would ideally be as automated as possible for them. They do build the code and have a powershell script to deploy to all the VMs we currently use.
    3) they use team build to build the visual studio solutions, but they just push the build button, they don't really do much beyond that.
    

    因此,理想情况下,他们会下载每月更新zip,将其放在特定位置,然后运行团队构建,dockerfile会将zip复制到容器中并运行每月安装。

    或者我需要完成创建自定义图像的整个过程吗?

    0 回复  |  直到 7 年前