首页
文章归档
默认分类
关于页面
1
WSL docker setup configure
2
PVE partition passthrough cache policies comparason
3
PVE host desktop env setup and app install
4
Debian-based distro 10g nic big frame MTU 9000 to boost transfer speed setup
5
windows 硬盘设置
FlyingEagle
累计撰写
99
篇文章
累计创建
54
个标签
累计收到
1
条评论
栏目
首页
文章归档
默认分类
关于页面
搜索
标签搜索
exitmode
nfs
PVE HDMI画面直出
realtek
transmission
alpine
user
tailscale
内网穿透
DDNS
synology
study plan
chatGPT
AI
alist
cli
speedtest
download site
download
zfile
application
openwrt
desktop
vnc
ubuntu
docker-compose
api
deepl
ssh
LXC
password
Jellyfin
issue
wordpress
PVE
cache
load balance
samba
bbr
windows server
Compound TCP
GFW
x-ui
nginx
debian
webdav
portainer
docker
synlology
VPS port forward
file-browser
docker-compse yml
reverse proxy
N1
目 录
CONTENT
以下是
DOCKER 应用
相关的文章
2024-10-17
Docker 修改 image 安装路径
默认 docker image 安装默认路径 /var/lib/docker, 如果容量不够,要变更到另外的容量足够的路径,首先关闭dockersystemctl stop docker然后修改文件/etc/docker/daemon.json, 如果没有这个文件就创建一个加入内容{ "
2024-10-17
18
0
0
DOCKER 应用
2023-04-07
docker webdav 设置
带用户名和密码docker run --name webdav --restart always -v /root/webdav:/var/lib/dav/data -e AUTH_TYPE=Digest -e USERNAME=**** -e PASSWORD=***** --publish 54
2023-04-07
88
0
0
DOCKER 应用
2023-02-02
如何查看docker占用多少内存
查看docker占用多少内存的方法:1、使用docker stats命令查看:2、先通过docker ps -a 找到容器的container id,再使用ps -ef 找到容器对应的进程,获得容器对应的pid后,就可以使用top、pmap、ps等查看进程内存的命令查看容器的内存占用情况了。top内
2023-02-02
24
0
0
DOCKER 应用
2023-01-11
加密一次性信息搭建
cryptgeon# docker-compose.ymlversion: '3.7'services: redis: image: redis:7-alpine # Set a size limit. See link below on how to customis
2023-01-11
23
0
0
DOCKER 应用
2022-11-30
Docker - Attach port to a running container | Map a port of host with the container
When you run a container, you attach port with the run command as docker does not provide any option to attach a port for a running container.Generall
2022-11-30
23
0
0
DOCKER 应用
2022-11-20
N1 docker 应用汇总
Portainerdocker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/dat
2022-11-20
146
0
0
DOCKER 应用
2022-11-17
Openwrt docker 安装 Ubuntu
docker pull ubuntu@sha256:12b9106d200061c8eb2179c984e63cc17d5a4e7a34f6e9ad03360b8efe492e96docker run --name myubuntu -t -i -d -p 3323:22 arm64v8/ubunt
2022-11-17
77
0
0
DOCKER 应用
2022-10-16
搭建一个Ubuntu的桌面系统(带VNC/noVNC)随时随地可以通过浏览器访问!
version: '3.5'services: ubuntu-xfce-vnc: container_name: xfce image: imlala/ubuntu-xfce-vnc-novnc:latest shm_size: &qu
2022-10-16
31
0
0
DOCKER 应用
2022-10-09
PVE lxc debian docker-compose install
Newly build lxc debian enable nest in advance optionscripts order belowapt update && apt upgradeInstalling required packagesapt install apt-tr
2022-10-09
33
0
0
DOCKER 应用
2022-10-09
docker-compose 增加国内源
docker 默认镜像源为国外地址,拉取速度很慢,可以按照如下方式改为国内镜像。国内镜像地址Docker 官方中国区 https://registry.docker-cn.com网易 https://hub-mirror.c.163.comustc https://docker.mirrors.us
2022-10-09
26
0
0
DOCKER 应用
1
2