@@ -14,12 +15,17 @@ and put it in this directory, so docker can find it and put it into the image.
...
@@ -14,12 +15,17 @@ and put it in this directory, so docker can find it and put it into the image.
Then run
Then run
```bash
```bash
docker build -t calibre-web .
docker build -t calibre-web .
´´´
```
to start the build. Afterwards you'll have a docker-image called **'calibre-web'** on your system.
to start the build. Afterwards you'll have a docker-image called **'calibre-web'** on your system. This directory gets copied into the image in the next step.
To run/spawn your container, you will need to run
To run/spawn your container, you will need to run
```bash
```bash
docker run -p 8083:8083 -v /path/to/calibre/libary:/ebooks --name myebookserver -d calibre-web
docker run -p 8083:8083 -v /path/to/calibre/libary:/ebooks --name myebookserver -d calibre-web
´´´
```
Now, you can controll your instance by the commands: