A Docker image based on Alpine Linux .
10K+
A Docker image based on Alpine Linux .
| Format | Example | Description |
|---|---|---|
latest | latest | Latest stable version |
X | 3 | Major version only |
X.Y | 3.23 | Major & minor version |
X.Y.Z | 3.23.4 | Full semantic version |
docker run -it \
--name <CONTAINER_NAME> \
gentkit/alpine:latest
docker exec -it \
<CONTAINER_NAME_OR_ID> \
/bin/sh
NOTE : Check status and start it using : docker ps -a --filter "name=<CONTAINER_NAME>" and docker start <CONTAINER_NAME_OR_ID>
gentkit/alpine is licensed under the MIT License .
Content type
Image
Digest
sha256:19ac8358b…
Size
4.2 MB
Last updated
about 2 months ago
docker pull gentkit/alpinePulls:
818
Last week