johannes / rocrail-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocrail Docker

Run rocrail on a Docker containter.

This Docker image will help run rocrail on linux distibutions and environments not relased by rocrail.

How to use it

  • Build the image (first time, or if there is a new rocrail version).
   docker build -t rocrail .
  • Create rocrail directory (if needed):
   export ROCRAIL_DIR=${HOME}/rocrail
   mkdir -pv ${ROCRAIL_DIR}
  • Get fun!:
   ./rocker.sh

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 61.8%Language:Shell 38.2%