Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 227 Bytes

docker-instapy

Run InstaPy on Docker with persistent DB and LOG folders

Usage

docker run -d --name=instapy \
-v <path to data>:InstaPy/persistent \
-v /etc/localtime:/etc/localtime:ro \
greyslater/instapy:latest