Improve documentation for using Docker

This commit is contained in:
Peter Stuifzand 2018-05-16 21:38:24 +02:00
parent a4d95a23ba
commit 6be1f78130

View File

@ -34,3 +34,11 @@ The command `ek` is the command line client for Microsub server. It is able to
call the different functions of the Microsub server. It isn't needed to use `eksterd`, but call the different functions of the Microsub server. It isn't needed to use `eksterd`, but
it can be useful. It can also be used with other servers that implement Microsub. it can be useful. It can also be used with other servers that implement Microsub.
## Using Docker / Docker Compose
It's now also possible to use docker-compose to start a ekster server.
docker-compose pull
docker-compose run web new
docker-compose up