# docker-gentkit-alpine **Repository Path**: lentiancn/docker-gentkit-alpine ## Basic Information - **Project Name**: docker-gentkit-alpine - **Description**: A project for building Docker image based on the 'alpine' base image. - **Primary Language**: Docker - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-10 - **Last Updated**: 2026-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Alpine Linux on Docker [![MIT License](https://img.shields.io/github/license/lentiancn/docker-gentkit-alpine?style=flat-square)](LICENSE) [![GitHub Release](https://img.shields.io/github/tag/lentiancn/docker-gentkit-alpine.svg?label=release)](https://github.com/lentiancn/docker-gentkit-alpine/releases) A project for building Docker image based on the 'alpine' base image. ## Pull and run into a new container ```shell $ sudo docker run -it \ --name \ gentkit/alpine:latest ``` ## Exec into the container ```shell # View container status. First run [sudo docker start ] if its status is not Up. $ sudo docker ps -a --filter "name=" $ sudo docker exec -it /bin/sh ``` ## License **gentkit/alpine** is licensed under the [MIT License](LICENSE) . ## Appendix ### Source https://github.com/lentiancn/docker-gentkit-alpine (**on** GitHub) https://gitee.com/lentiancn/docker-gentkit-alpine (**on** Gitee)