1. 도커 설치
curl -fsSL <https://get.docker.com> | sudo sh
  1. Linux의 경우 웹 서버 또는 역방향 프록시(예: Apache, Nginx, Caddy, Cloudflare 터널 등)가 이미 설치되어 있지 않은 경우
sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest