> 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 的


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moekiwisama-1.gitbook.io/minecraft-docker/le-jie-alpine/alpine-du-you-sha.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
