Re: Announcement: PicoLisp in a docker container

2016-08-15 Thread Jon Kleiser
I just want to report that my use of “docker run -v” was not correct. This works much better: docker run -v /Users/jkleiser/script:/opt/script -it progit/docker-tinycore-picolisp I can then do things like (dir "/opt/script") or (in "/opt/script/foo.sh" (echo)) from inside PicoLisp. /Jon > On

Re: Announcement: PicoLisp in a docker container

2016-08-15 Thread David Bloom
Pardon the delay Jon, I've been under extreme amounts of stress but not for much longer. I'll update the docs to reflect getting a Tinycore prompt rather than just a REPL. On Aug 15, 2016 6:08 AM, "Jon Kleiser" wrote: > I just want to report that my use of “docker run -v” was not correct. This

Re: Announcement: PicoLisp in a docker container

2016-08-15 Thread Jon Kleiser
Thanks a lot, David! /Jon > On 15. Aug, 2016, at 13:57, David Bloom wrote: > > Pardon the delay Jon, I've been under extreme amounts of stress but not > for much longer. I'll update the docs to reflect getting a Tinycore prompt > rather than just a REPL. > > On Aug 15, 2016 6:08 AM, "Jon Kle