Update Docker.md
Included an explanation that you may have to manually input the InProgress variable.
This commit is contained in:
parent
efe347667c
commit
ee37864a42
@ -12,7 +12,15 @@ In order to use the docker image, you'll need to provide it with a copy of the `
|
|||||||
|
|
||||||
In Settings.json, make the following changes:
|
In Settings.json, make the following changes:
|
||||||
* Change `Books` to `/data`
|
* Change `Books` to `/data`
|
||||||
* Change `InProgress` to `/tmp`
|
* Change `InProgress` to `/tmp` *
|
||||||
|
|
||||||
|
*You may have to paste the following at the end of your your Settings.json file if `InProgess` is not present:
|
||||||
|
|
||||||
|
```
|
||||||
|
"InProgress": "/tmp"
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
Once the configuration files are copied and edited, the docker image can be run with the following command.
|
Once the configuration files are copied and edited, the docker image can be run with the following command.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user