Skip to content

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Sep 24, 2024
1 parent a95f328 commit fbfae1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker容器集合
# Docker容器集合

## docker 部署和镜像仓库优化
## Docker 部署和镜像仓库优化

```bash
sudo curl -fsSL get.docker.com && sudo sh
Expand All @@ -14,7 +14,7 @@ sudo systemctl enable docker
sudo systemctl start docker
```

### 普通用户使用docker
### 普通用户使用Docker

> 以下方法仅适用于单用户电脑,若为多用户,即有越权漏洞!!!!
Expand All @@ -32,9 +32,9 @@ sudo gpasswd -a ${USER} docker
sudo chmod a+rw /var/run/docker.sock
```

## docker 常用的容器
## Docker常用的容器

### mysql容器
### MySQL容器

```bash
docker run \
Expand Down Expand Up @@ -62,7 +62,7 @@ docker run \

启动后,在浏览器中打开 `http://localhost:8080` 并输入MySQL登录凭据:

### mongodb容器
### MongoDB容器

```bash
docker run -d \
Expand All @@ -88,7 +88,7 @@ db.createUser(
)
```
### alist安装
### Alist安装
```bash
docker run -d \
Expand All @@ -99,13 +99,13 @@ docker run -d \
xhofe/alist:latest
```
获取alist密码
获取Alist密码
```bash
docker exec -it alist ./alist admin
```
### 中文版本的 portainer
### 中文版本的 Portainer
```bash
docker run -d \
Expand All @@ -117,7 +117,7 @@ docker run -d \
6053537/portainer-ce
```
### 英文版本portainer
### 英文版本Portainer
```bash
docker run -d \
Expand All @@ -131,7 +131,7 @@ docker run -d \

```
### jupyter镜像
### Jupyter镜像
-----------------------
Expand Down Expand Up @@ -183,7 +183,7 @@ docker run -d \
wg show
```
### frp docker
### frp Docker
#### 服务端
Expand Down Expand Up @@ -319,7 +319,7 @@ remote_port = 6001 #远程服务器端口
#plugin_header_X-From-Where = frp
```
### docker ssh 探针
### Docker ssh 探针
> 参考链接1: [sshd_config(5) - OpenBSD 手册页](https://man.openbsd.org/sshd_config#Match)
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 使用Powershell卸载windows默认程序

## 管理员身份打开powershell
输入 <kbd>Win</kbd> 键打开开始菜单,输入powershell,然后选择管理员身份运行。
## 管理员身份打开Powershell
输入 <kbd>Win</kbd> 键打开开始菜单,输入Powershell,然后选择管理员身份运行。

显示:左键单击Windows Powershell(管理员)

Expand Down

0 comments on commit fbfae1a

Please sign in to comment.