Skip to content

Instantly share code, notes, and snippets.

@ijaureguialzo
Last active June 9, 2020 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijaureguialzo/b2fda8326249c17308e1b58cca19e298 to your computer and use it in GitHub Desktop.
Save ijaureguialzo/b2fda8326249c17308e1b58cca19e298 to your computer and use it in GitHub Desktop.
Notas sobre Docker en Windows

GNU Make

En Windows, para usar el comando make, hay que instalar Chocolatey y después instalarlo mediante choco install make.

Gestor de credenciales de Windows

Para que no de error, editar el archivo ~/.docker/config.json y borrar la clave credsStore.

Recursos y filesharing

Aumentar la memoria a 8GB y compartir la carpeta personal del usuario en la opción File Sharing para poder usar bind mounts.

Desactivar IIS

Detener el servicio Servicio de publicación World Wide Web.

Fichero de hosts

Editar el fichero de hosts y añadir el contenido del fichero hosts.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment