Skip to content

Commit 50ce2dc

Browse files
author
Zachary Scott
committed
Docker Docs
1 parent dae0868 commit 50ce2dc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ root@3da278e931fc:/home/mruby/code# mruby/build/host/bin/hello_world
3838
Hello World
3939
```
4040

41+
## Docker
42+
43+
Each app will be generated with a Dockerfile that inherits a base image.
44+
45+
You can pull the image from docker hub here:
46+
https://registry.hub.docker.com/u/hone/mruby-cli/
47+
48+
The Dockerfile for the base image is available on github:
49+
https://github.com/hone/mruby-cli-docker
50+
4151
## Hello World
4252

4353
Building the canonical hello world example in mruby-cli is quite simple. The two files of note from the generate skeleton are `mrblib/hello_world.rb` and `mrbgem.rake`. The CLI hooks into the `__main__` method defined here and passes all the arguments as `argv`.

0 commit comments

Comments
 (0)