Skip to content
Snippets Groups Projects
Commit 32446fbe authored by root's avatar root
Browse files

some more documentation, still needs work

parent 9749f3da
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ Then run ...@@ -17,7 +17,8 @@ Then run
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. This directory gets copied into the image in the next step. 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
...@@ -28,4 +29,4 @@ Now, you can controll your instance by the commands: ...@@ -28,4 +29,4 @@ Now, you can controll your instance by the commands:
```bash ```bash
docker start ebookserver docker start ebookserver
docker stop ebookserver docker stop ebookserver
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment