Sign inSign up

picymru/base

By picymru

•Updated over 9 years ago

This is a base image of Alpine created to support PiCymru applications

Image
1

347

picymru/base repository overview

⁠base

A minimal, busybox-like container based on Alpine Linux⁠, that contains apk⁠ package manager to ease installation of extra packages and help you build smaller development containers.

⁠Usage

Use this as base for your own containers:

FROM picymru/base
RUN apk-install <pakckagename>

CMD ["/bin/sh"]

And install or extend with packages as you please.

⁠License

MIT

Tag summary

Content type

Image

Digest

Size

2.5 MB

Last updated

over 9 years ago

docker pull picymru/base