Skip to content

Commit

Permalink
more docker examples
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
  • Loading branch information
justincormack committed Jan 9, 2016
1 parent dd00af9 commit 6249e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The [video of my FOSDEM 2013 talk](http://www.myriabit.com/ljsyscall/) here, and

## Install

A Docker hub automated build (currently only for Linux) is available via `docker pull justincormack/ljsyscall`.
A Docker hub automated build (currently only for Linux) is available via `docker pull justincormack/ljsyscall`. You can run the test suite with `docker run justincormack/ljsyscall test/test.lua`, use in a scripted way eg `docker run justincormack/ljsyscall -e "print(require('syscall').nl.interfaces())"` or get an interactive session with `docker -it run justincormack/ljsyscall`.

The stable release is now available in the luarocks repository, so you should be able to run ```luarocks install ljsyscall```. There will be a ```ljsyscall-rump``` rock soon, but I need to fix the install for the rump libraries.

Expand Down

0 comments on commit 6249e99

Please sign in to comment.