deprecated readdir_r with readdir

This commit is contained in:
Olof Hagsand 2018-08-05 16:34:45 +02:00
parent 7564bcd9b2
commit bb6d043d6c
6 changed files with 23 additions and 30 deletions

View file

@ -103,10 +103,10 @@ You can change where CLixon looks for the configuration FILE as follows:
## Can I run Clixon as docker containers?
Yes, the example works as docker containers as well. There should be a
prepared container in docker hib for the example where the backend and
prepared container in docker hub for the example where the backend and
CLI is bundled.
```
sudo docker run -ti --rm olofhagsand/clixon_example
sudo docker run -td olofhagsand/clixon_example
```
Look in the example documentation for more info.