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

https://github.com/dannyben/docker-ruby-python

Docker Alpine with Ruby and Python 2+3
https://github.com/dannyben/docker-ruby-python

Last synced: over 1 year ago
JSON representation

Docker Alpine with Ruby and Python 2+3

Awesome Lists containing this project

README

          

# Docker Alpine with Ruby and Python 2+3

[Image on Docker Hub][1] | [Source on GitHub][2]

## Usage

```shell
# Bash into the container and mount the current directory
$ docker run --rm -it -v$PWD:/app dannyben/ruby-python bash
```

## Available Binaries

- ruby
- python
- python3
- pip
- pip3

---

[1]: https://hub.docker.com/r/dannyben/ruby-python/
[2]: https://github.com/DannyBen/docker-ruby-python