Releases: grounds/grounds-images
Releases · grounds/grounds-images
v1.0.0
There is one Docker image for each language stack supported:
- C
- C++
- C#
- Elixir
- Go
- Haxe
- Java
- Node.js
- PHP
- Python 2
- Python 3
- Ruby
- Rust
Usage
Run some code inside a container:
docker run -t grounds/exec-ruby 'puts "Hello world"'
Get a shell inside a preconfigured language stack container:
docker tun -ti --entrypoint=/bin/bash grounds/exec-php