Sign inSign up

nakebod/autosubje

By nakebod

Updated over 8 years ago

Tiny miny version for Autosub ( https://github.com/BenjV/autosub )

Image
0

500K+

nakebod/autosubje repository overview

Usage

Create empty config.properties in /path/to/config/ (Or copy existing file) . This will keep the config.properties save, even if you delete the container.

Start the container

docker run -d -p 9960:9960 -v /path/to/your/mediafiles:/series -v /path/to/config/config.properties:/opt/autosub-master/config.properties --name Autosubje nakebod/autosubje

Once the container is running, open your browser and go to http://your_docker_host:9960. Set the "Series Folder" to: /series (Or w/e you used in the docker run command)

Dockerfile

FROM jfloff/alpine-python:2.7-slim

LABEL maintainer=Sander WORKDIR /opt/autosub-master

RUN apk update && apk add gcc python-dev musl-dev && wget https://github.com/BenjV/autosub/archive/master.zip && unzip master.zip -d /opt && rm master.zip && easy_install Cheetah && apk del gcc python-dev musl-dev

CMD [ "python", "AutoSub.py" ] EXPOSE 9960/tcp

Tag summary

Content type

Image

Digest

Size

19.1 MB

Last updated

over 8 years ago

docker pull nakebod/autosubje