An open API service indexing awesome lists of open source software.

https://github.com/matplotlib/mpl-docker

MPL Docker image for building docs
https://github.com/matplotlib/mpl-docker

Last synced: 6 months ago
JSON representation

MPL Docker image for building docs

Awesome Lists containing this project

README

          

## MPL Docker image for building docs

[![GitHub Actions Status: CI](https://github.com/matplotlib/mpl-docker/workflows/CI/badge.svg?branch=master)](https://github.com/matplotlib/mpl-docker/actions?query=workflow%3ACI+branch%3Amaster)
[![Docker Pulls](https://img.shields.io/docker/pulls/matplotlib/mpl-docker)](https://hub.docker.com/r/matplotlib/mpl-docker)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/matplotlib/mpl-docker/latest)](https://hub.docker.com/r/matplotlib/mpl-docker/tags?name=latest)

### Usage:
```
docker pull matplotlib/mpl-docker:latest
docker run --rm -it matplotlib/mpl-docker:latest bash
```