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
- Host: GitHub
- URL: https://github.com/dannyben/docker-ruby-python
- Owner: DannyBen
- Created: 2020-03-11T07:41:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T07:52:38.000Z (over 6 years ago)
- Last Synced: 2024-10-19T15:54:01.310Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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