请问HN:禁止使用Docker的情况有多普遍?

3作者: martypitt5 天前原帖
我最近在一家银行做客户工作,该银行的大部分工程工作都是外包给一家大型离岸公司。<p>离岸团队必须通过虚拟桌面访问所有内容,而其中一个限制是虚拟桌面内禁止虚拟化,因此像Docker这样的工具被禁止使用。<p>我真的很惊讶看到现代JVM开发在没有TestContainers、LocalStack或Docker等工具的情况下进行。<p>更糟糕的是,他们只有一个共享的开发环境(出于成本考虑),因此团队成员之间经常会破坏彼此的工作。<p>这种情况有多普遍?此外,我也很好奇人们使用了哪些变通方法?
查看原文
I was doing some client work recently at a bank, where most of their engineering is offshored one of the big offshore companies.<p>The offshore team had to access everything via virtual desktops, and one of the restrictions was no virtualisation within the virtual desktop - so tooling like Docker was banned.<p>I was really surprsied to see modern JVM development going on, without access to things like TestContainers, LocalStack, or Docker at all.<p>To compound matters, they had a single shared dev env, (for cost reasons), so the team were constantly breaking each others stuff.<p>How common is this? Also, curious what kinds of workarounds people are using?