Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

168
Visualizações
docker: Is it possible to start native windows sibling containers from within another?

Is it possible to start a native windows sibling container from within a native windows container? So I don't mean docker-in-docker.

Like on linux:

docker run -v /var/run/docker.sock:/var/run/docker.sock ...
over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

UPDATE: The latest Docker EE preview releases for Windows support bind-mounting the Docker API. Details here: https://blog.docker.com/2017/09/docker-windows-server-1709/

Yeah, there's a couple of steps though and it's not very elegant nor secure. You have to change the Windows Daemon config to listen on a public interface:

net stop docker
dockerd.exe --unregister-service
dockerd.exe -H npipe:////./pipe/docker_engine -H 0.0.0.0:2375 --register-service
net start docker

Now when starting containers, the Docker API will be available on the default gateway ip (you can find it with ipconfig) of the container, on port 2375.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda