> For the complete documentation index, see [llms.txt](https://moekiwisama-1.gitbook.io/minecraft-docker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moekiwisama-1.gitbook.io/minecraft-docker/le-jie-alpine/alpine-du-you-sha.md).

# Alpine 都有啥

cp ls mv 这些最最基础的都有，甚至 wget 都有，具体的可以直接 `ls /bin` 查看，不仅如此，它还有包管理器 `apk`

最重要的是，alpine 有自己的一些生态，许许多多的 docker image 都是基于 alpine 制作的，比如说我们之后会用到的 `zulu-openjdk-alpine` 它是一个基于 alpine 制作的 jdk 环境

## Alpine 没有啥？

Alpine 不兼容大部分使用 glibc 编译的应用，一般使用 java 编写的应用不会遇到这个问题，如果遇到问题，也可以使用其他 Linux 发行，例如 Ubuntu Debian Centos，制作 Docker Image 不一定是要基于 Alpine 的
