Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

174
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda