Tag: 高山

在Alpine Linux上安装Pillow时没有这样的文件或目录“limits.h”

我在Raspberry Pi 2上运行alpine-linux。我试图通过这个命令安装Pillow: pip install pillow 这是命令的输出: Installing collected packages: pillow Running setup.py install for pillow Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-gNq0WA/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install –record /tmp/pip-nDKwei-record/install-record.txt –single-version-externally-managed –compile: running install running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/PIL copying PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-2.7/PIL copying PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-2.7/PIL […]

在Docker Alpine容器中启动一个Shell

为了启动ubuntu镜像的交互式shell,我们可以运行: ole@T:~$ docker run -it –rm ubuntu root@1a6721e1fb64:/# ls bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 但是,当这是运行的高山泊坞窗图像以下结果: ole@T:~$ docker run -it –rm alpine Error response from daemon: No command specified 在阿尔卑斯山基地容器中启动交互式shell的命令是什么?