ShadowsocksR 服务器的架设与使用
需要一台安装有docker 的 虚拟机 运行如下命令架设好服务器, 只需一条命令, 确保端口公共 查看参数 安装客户端 https://doub.io/ss-jc10/ 按参数填就是了 不想要了就 docker stop ssr 删掉 用 Azure container instance 的话, 连虚拟机都不… 阅读更多 »ShadowsocksR 服务器的架设与使用
需要一台安装有docker 的 虚拟机 运行如下命令架设好服务器, 只需一条命令, 确保端口公共 查看参数 安装客户端 https://doub.io/ss-jc10/ 按参数填就是了 不想要了就 docker stop ssr 删掉 用 Azure container instance 的话, 连虚拟机都不… 阅读更多 »ShadowsocksR 服务器的架设与使用
Download openssh from here https://github.com/PowerShell/Win32-OpenSSH/releases Run powershell in admin Now you can see the new service in service.msc But … 阅读更多 »Run SSH server on windows 10
Docker 里中文乱码? 其实不需要在docker 里的linux 系统上动脑筋, 直接改iTerm2 的encoding 就可以了. windows 下其它的term 同理. 还可以在docker 里跑sshd, 然后putty 进去, 在putty里改encoding. (没试)
Test against www.dengnz.com with 25 users within 5 minutes
FROM php:alpine RUN apk update && apk add zip libxml2-dev libpng-dev && docker-php-ext-install mysqli simplexml mbstring gd RUN mkdir /var… 阅读更多 »Run multiple commands in dockerFile CMD
I ran a mysql in docker docker run –name mysql –network wp-net –network-alias mysql-host -e MYSQL_ROOT_PASSWORD=root mysql Then ran a php… 阅读更多 »PHPMyAdmin doesn’t work with MYSQL 8.0.11
FROM php:apache RUN apt-get update && apt-get -y install zip libxml2-dev libpng-dev apt-utils && docker-php-ext-install mysqli simplexml mb… 阅读更多 »Dockerfile for building mybb 1.8.15 based on apache and alpine
When I tried to mount a windows folder as docker volume, the mounted folder in docker container is empty. docker run –rm -v c:/Users:/data alpine l… 阅读更多 »A problem with docker volume mount on windows
As Azure MYSQL doesn’t support MyISAM, MYBB is not working with Azure MYSQL directly. You will get following error during db creation. More info: htt… 阅读更多 »MYBB work with Azure MYSQL
I suspected the problem may come with Azure file through SMB. So I created a new wordpress container with a local /var/www/html folder (not a volume from … 阅读更多 »A very strange behaviors of docker contained wordpress cont