You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
41
51
## Hello World
42
52
43
53
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