Sign inSign up

adoyle/minimal

By adoyle

•Updated over 8 years ago

A minimal size Docker image.

Image
0

2.0K

adoyle/minimal repository overview

Source repo: https://github.com/adoyle-h/minimal-docker-image⁠

A minimal size Docker image.

REPOSITORY        TAG         SIZE
adoyle/minimal    hi-world    142B
adoyle/minimal    42          45B

⁠hi-world

Usage:

docker pull adoyle/minimal:hi-world
docker run --rm adoyle/minimal:hi-world

The process in container will print Hi World.

⁠42

Usage:

docker pull docker pull adoyle/minimal:42
docker run --rm adoyle/minimal:42

The process in container will exit with code of 42.

Tag summary

Content type

Image

Digest

Size

129 Bytes

Last updated

over 8 years ago

docker pull adoyle/minimal:42