Sign inSign up

greyfoxit/alpine-glibc

By greyfoxit

Updated almost 9 years ago

A minimal Alpine Linux based Docker image with GNU C (glibc) library

Image
0

10K+

greyfoxit/alpine-glibc repository overview

Alpine GNU C / Docker

Docker Status Docker Pulls Layers Version

A minimal Alpine Linux based Docker image with GNU C library (glibc)

Content  /

  • Alpine Linux ( v 3.6 )
  • GNU C ( v 2.26 )

Use this  >

as base image

exactly as you would with any other docker image inside Dockerfile

FROM greyfoxit/alpine-glibc
as pull from Docker Hub
$ docker pull greyfoxit/alpine-glibc
as local build
$ git clone https://github.com/greyfoxit/alpine-glibc.git && cd alpine-glibc 
$ docker build --no-cache -t greyfoxit/alpine-glibc .
as running container
$ docker run --rm -it greyfoxit/alpine-glibc

Credits

@andyshinn for glibc compatibility layer package prepared for Alpine Linux

Support

Please file an issue on Github

License

Released under the MIT License by Greyfox, Inc.

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

almost 9 years ago

docker pull greyfoxit/alpine-glibc