All Projects → Docker-Hub-frolvlad → Docker Alpine Glibc

Docker-Hub-frolvlad / Docker Alpine Glibc

Licence: mit
Carefully crafted Alpine Docker image with glibc (~12MB)

Projects that are alternatives of or similar to Docker Alpine Glibc

Alpine Android
🐋 Small docker image for building & testing Android applications.
Stars: ✭ 116 (-80.03%)
Mutual labels:  alpine, docker-image
Docker Github Pages
🐳 Alpine Docker Image for GitHub Pages and Jekyll powered sites
Stars: ✭ 147 (-74.7%)
Mutual labels:  alpine, docker-image
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-79.86%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-84.17%)
Mutual labels:  alpine, docker-image
Docker Alpine Python3
The smallest Docker image with Python 3.7 (~57MB)
Stars: ✭ 218 (-62.48%)
Mutual labels:  alpine, docker-image
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-84.34%)
Mutual labels:  alpine, docker-image
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (-75.04%)
Mutual labels:  alpine, docker-image
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+101.2%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+348.71%)
Mutual labels:  alpine, docker-image
Docker Android Sdk
Stars: ✭ 171 (-70.57%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (-19.79%)
Mutual labels:  alpine, docker-image
docker-alpine-miniconda3
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
Stars: ✭ 94 (-83.82%)
Mutual labels:  alpine, docker-image
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-86.92%)
Mutual labels:  alpine, docker-image
Gocv Alpine
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image
Stars: ✭ 95 (-83.65%)
Mutual labels:  alpine, docker-image
Docker Ruby Node
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.
Stars: ✭ 74 (-87.26%)
Mutual labels:  alpine, docker-image
Ipxe Buildweb
iPXE Prebuilt binary web interface
Stars: ✭ 119 (-79.52%)
Mutual labels:  alpine, docker-image
Socat
Run socat command in alpine container
Stars: ✭ 53 (-90.88%)
Mutual labels:  alpine, docker-image
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-88.12%)
Mutual labels:  alpine, docker-image
Docker Elasticsearch Alpine
Alpine Linux based Elasticsearch Docker Image
Stars: ✭ 154 (-73.49%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Docker
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 244 (-58%)
Mutual labels:  alpine, docker-image

Docker Stars Docker Pulls

Alpine GNU C library (glibc) Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains glibc to enable proprietary projects compiled against glibc (e.g. OracleJDK, Anaconda) work on Alpine.

This image includes some quirks to make glibc work side by side with musl libc (default in Alpine Linux). glibc packages for Alpine Linux are prepared by Sasha Gerrand and the releases are published in sgerrand/alpine-pkg-glibc github repo.

Download size of this image is only:

Usage Example

This image is intended to be a base image for your projects, so you may use it like this:

FROM frolvlad/alpine-glibc

COPY ./my_app /usr/local/bin/my_app
$ docker build -t my_app .

There are already several images using this image, so you can refer to them as usage examples:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].