Pydio Cells Docker

Docker

docker run -d \
--restart=always \
--name pydio \
-v /opt/pydio:/var/cells \
-p 8080:8080 \
-e CELLS_NO_TLS=1 \
-e CELLS_BIND=0.0.0.0:8080 \
pydio/cells

https://localhost:8080/

Runtime Environment

Screenshots

https://pydio.com/sites/default/files/git-importer/admin-guide-cells-v2/images/1_quick_start/yourdata/06-mydata.png

https://pydio.com/sites/default/files/git-importer/admin-guide-cells-v2/images/1_quick_start/yourdata/01-people.png

https://pydio.com/sites/default/files/git-importer/admin-guide-cells-v2/images/3_connecting_your_users/ldap/ldap_2.png

References