前阵子在N1上用docker装了一个阿里云盘的服务:
在N1上安装阿里云盘可以参考这里。
N1的cpu架构安装这个
https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.1/aliyundrive-webdav_1.10.1-1_aarch64_cortex-a5...
搜索了一下,找到三种方式:
连接宿主机在docker网络的 ip ,如10.0.2.2 ,那么连接的命令:
echo "show databases" | mysql -u DB_USER -pDB_USER_PWD -h 10.0.2.2 --port=3306
如何获取宿主机在容器网络中的 ip ,请参考:https://stackove...
You can get this error if docker doesn't shut down cleanly. The following answer is for the docker snap package.
Run snap logs docker and look for the following:
Error...
Key Takeways
File permission is the pain in docker development, better to change default user in php-fpm
Be careful with $document_root in nginx configuration, maybe...
Installing Docker on Raspberry Pi 3:
On Ubuntu Core, you can only install snap packages. Luckily, Ubuntu Core has Docker snap package in the official snap package repository. So,...
It's all started with a pressure of splitting the monolithic implementation of Docker and Moby Project as result. Now Docker consist of several components on particular m...