gentkit/alpine

Sponsored OSS

By gentkit

Updated about 2 months ago

A Docker image based on Alpine Linux .

Image
Operating systems
0

10K+

gentkit/alpine repository overview

Alpine Linux on Docker

A Docker image based on Alpine Linux .

Supported tags

FormatExampleDescription
latestlatestLatest stable version
X3Major version only
X.Y3.23Major & minor version
X.Y.Z3.23.4Full semantic version

Pull and run into a new container

docker run -it \
--name <CONTAINER_NAME> \
gentkit/alpine:latest

Exec into your running container

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>

License

gentkit/alpine is licensed under the MIT License .

Tag summary

Content type

Image

Digest

sha256:19ac8358b

Size

4.2 MB

Last updated

about 2 months ago

docker pull gentkit/alpine

This week's pulls

Pulls:

818

Last week