Skip to content

Commit

Permalink
update: 更新Docker镜像 上传至 docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
wdkang123 committed Jun 25, 2024
1 parent eda3015 commit e964989
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,26 @@ tail -f nohup.out
**注意: 你需要查看 "新建配置" 的内容 需要配置一下 .env**

当前目录应该是这个样子:

```shell
.
├── Dockerfile
├── .env !注意这里是必须的!
├── .env.template
├── .git
├── .gitignore
├── LICENSE
├── main.py
├── nohup.out
├── README.md
└── requirements.txt
```

## 二选一: 拉取镜像
```shell
docker pull
docker pull wdkang/autodl-keeper:v1.0
```
![](./images/08.png)

## 二选一: 打包镜像
```shell
docker build -t autodl-keeper .
Expand Down
Binary file added images/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e964989

Please sign in to comment.