Skip to content

Instantly share code, notes, and snippets.

@javisantana
Last active April 30, 2020 20:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javisantana/d9b1bca712867e23a942fa15d3b1c02c to your computer and use it in GitHub Desktop.
Save javisantana/d9b1bca712867e23a942fa15d3b1c02c to your computer and use it in GitHub Desktop.
@aitor
Copy link

aitor commented Feb 26, 2018

@javisantana Quizás quieras avisar a la gente de que no se instale la última versión de Docker (17.12). Parece haber algún problema con el nuevo modo RAW (docker/for-mac#2388) :

❯ docker run -it --rm -p 8888:8888 -v `pwd`:/home/jovyan/work jupyter/scipy-notebook
Unable to find image 'jupyter/scipy-notebook:latest' locally
latest: Pulling from jupyter/scipy-notebook
e0a742c2abfd: Pull complete
486cb8339a27: Pull complete
dc6f0d824617: Pull complete
4f7a5649a30e: Pull complete
672363445ad2: Pull complete
ecdd51c923e7: Pull complete
42885501cf6c: Pull complete
a91169574a99: Pull complete
4d0f6517ea26: Pull complete
665f40dab9d2: Pull complete
545196d05ed6: Pull complete
4c4f04ecf7e4: Pull complete
c4a89ed29043: Pull complete
b4c0a15e4c3c: Pull complete
4d43858c7566: Pull complete
8db425ef5cd8: Pull complete
e9c73c3c71e3: Pull complete
e83e98458044: Pull complete
6071e4b0c1bc: Extracting [==================================================>]  788.2MB/788.2MB
ec7741f34b85: Download complete
9e4a532179fd: Download complete
1b2949962cfe: Download complete
f7650f130532: Download complete
docker: failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header.

@ggalmazor
Copy link

Por si sirve de algo, en mi máquina Debian Buster, mi Docker dice que es la versión Docker version 17.12.1-ce, build 7390fc6 y he podido lanzar el contenedor correctamente

@wmelon84
Copy link

Arreglado en la última versión estable, no?

https://docs.docker.com/docker-for-mac/release-notes/#stable-release-notes

Docker Community Edition 17.12.0-ce-mac55 2018-02-27 (Stable)
Bug fixes and minor changes
Revert the default disk format to qcow2 for users running macOS 10.13 (High Sierra). There are confirmed reports of file corruption using the raw format which uses sparse files on APFS. Note this change only takes effect after a reset to factory defaults (from the Whale menu -> Preferences -> Reset). Related to docker/for-mac#2625

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