ivodvb / docker-coreos-pypy

Wrapper for installing pypy on coreos server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coreos-pypy

Based on the coreos-pypy. Installation of PYPY for CoreOS to get Ansible work.

Usage

On CoreOS

    docker run --rm -v /opt:/tmp/core_volume skopciewski/coreos-pypy

ansible configuration

For ansible >= v2.1 set:

    ansible_python_interpreter: "/opt/pypy/bin/pypy"

Entrypoint

Any params passed to the container are ignored (except escto). Entrypoint will:

  • copies current verion of PyPy to the mounted volume
  • creates symbolic link pypy to the current PyPy version

Escape to

If you want to inspect container, run docker with escto as first param:

    docker run -it --rm -v /opt:/tmp/core_volume skopciewski/coreos-pypy escto sh

About

Wrapper for installing pypy on coreos server


Languages

Language:Dockerfile 56.5%Language:Shell 43.5%