sonictl

Deploy NextCloudPi(ncp) docker on aarch64 board

在Arm64或aarch64架构的板卡上使用Docker布署NextCloudPi云盘服务

About "arm64 vs aarch64", just Google it.

 

figure source

Reference:

1. Install ncp with docker:

If you wanna firstly have a taste in LAN network env.:

docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi 127.0.0.1

If you have a domain name:

docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi $YOUR_Domain

2. Some useful commands for work with docker:

We recommend to firstly read all the content below, and pick commands for your need during configuration. The procedures of configuration is roughly as below:

Enter the container:
  docker exec -it <container name> /bin/bash
  docker exec -it 6ef91daa0481 /bin/bash
Set the timeZone same with host:

Note: failing synchronizing the timezone of docker-container and host may lead Authorization Fatal
This is a big entraping‼️

分类:

技术点:

相关文章: