It does work:

# start docker daemon (depends on your OS)
docker pull pypy  # I think it's optional
docker run -a stdin -a stdout -a stderr -i -t  pypy
Python 3.2.5 (b2091e973da6, Oct 19 2014, 18:29:55)
[PyPy 2.4.0 with GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>>



On 11 July 2015 at 22:51, Maciej Fijalkowski <fij...@gmail.com> wrote:
> I don't know, maybe it is :-)
>
> /me investigates
>
> On Sat, Jul 11, 2015 at 9:15 PM, Romain Guillebert <romain...@gmail.com> 
> wrote:
>> Hi Maciej
>>
>> Isn't this : https://registry.hub.docker.com/_/pypy/ what you're looking
>> for?
>>
>> Cheers
>> Romain
>>
>> On 11 Jul 2015 19:52, "Maciej Fijalkowski" <fij...@gmail.com> wrote:
>>>
>>> Hi
>>>
>>> Would anyone be willing to make some docker images that can be used to
>>> "try pypy"?
>>>
>>> Cheers,
>>> fijal
>>> _______________________________________________
>>> pypy-dev mailing list
>>> pypy-dev@python.org
>>> https://mail.python.org/mailman/listinfo/pypy-dev
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to