Skip to content

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

License

Notifications You must be signed in to change notification settings

greyfoxit/alpine-glibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published