1- I was under a ssh console connected to a lxd container (nginx web server) named  www.

root@www:~# ls -lh /var/www
total 0

It should not be empty !

And the web server works but has no data (404 errors) !

2- on another console I ask :

root@server:~# lxc config device show www
...
srv_www:
  path: /var/www
  source: /srv/www
  type: disk

3- I stop the container and restart it

Then, all seems normal, my /var/www is correct and web server is ok.

But the ECDSA ssh key of the www container has changed. Maybe it is not related (that is maybe, it was a mistake of mine) but I mention it.

_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to