fennng
MYBB enable HTTPS
I built a forum and enabled HTTPS for it though nginx_proxy and it’s companion. But certificate was not working. I stop and rm the companion docker c… 阅读更多 »MYBB enable HTTPS
ShadowsocksR 服务器的架设与使用
需要一台安装有docker 的 虚拟机 运行如下命令架设好服务器, 只需一条命令, 确保端口公共 查看参数 安装客户端 https://doub.io/ss-jc10/ 按参数填就是了 不想要了就 docker stop ssr 删掉 用 Azure container instance 的话, 连虚拟机都不… 阅读更多 »ShadowsocksR 服务器的架设与使用
Run SSH server on windows 10
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 里中文乱码? 其实不需要在docker 里的linux 系统上动脑筋, 直接改iTerm2 的encoding 就可以了. windows 下其它的term 同理. 还可以在docker 里跑sshd, 然后putty 进去, 在putty里改encoding. (没试)
app.loadimpact.com Load Test result
Test against www.dengnz.com with 25 users within 5 minutes
Run multiple commands in dockerFile CMD
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
PHPMyAdmin doesn’t work with MYSQL 8.0.11
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
Dockerfile for building mybb 1.8.15 based on apache and alpine
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
A problem with docker volume mount on windows
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