iotronic-lightning-rod/doc/installation/docker/x86_64_docker.md

13 lines
321 B
Markdown

# Installation on Ubuntu/Debian x86_64
GitHub repo:
- https://github.com/openstack/iotronic-lightning-rod
# Create container:
```
docker run -d --privileged \
-v lr_var:/var/lib/iotronic -v lr_le:/etc/letsencrypt/ \
--net=host --restart unless-stopped \
--name=lightning-rod mdslab/openstack-iotronic-lightning-rod
```