stevearc / pypicloud-docker

Docker image for pypicloud
MIT License
86 stars 34 forks source link

Missing \ in documentation #10

Closed ItsKarma closed 6 years ago

ItsKarma commented 7 years ago

You have a multi-line shell example to run the docker container after you have generated the config file. There should be a \ to escape the newline like this:

docker run -p 8080:8080 \
    -v /path/to/my/config.ini:/etc/pypicloud/config.ini:ro \
    stevearc/pypicloud