chore(cicd): add docker workflow and refine READMEs (#40)

This commit is contained in:
Hexxa 2021-02-02 19:09:03 +08:00 committed by GitHub
parent 76334b808d
commit 8bf1aebaf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 67 additions and 13 deletions

View file

@ -28,7 +28,7 @@ Choose Language: English | [简体中文](./docs/README_zh-cn.md)
- Be compatible with Linux, Mac and Windows
- Stopping and resuming uploading/downloading
- Do uploading and downloading in web browser
- Manage files in browser or in OS
- Manage files through browser or OS
## Quick Start
@ -45,7 +45,7 @@ docker run \
-v `pwd`/quickshare/root:/quickshare/root \
-e DEFAULTADMIN=qs \
-e DEFAULTADMINPWD=1234 \
hexxa/quickshare:0.3.0
hexxa/quickshare
```
- `DEFAULTADMIN` is the default user name
@ -54,7 +54,7 @@ docker run \
### Run from source code
Before start, please ensure Go/Golang (>1.15), Node.js and Yarn are installed on your machine.
Before start, please confirm Go/Golang (>1.15), Node.js and Yarn are installed on your machine.
```
# clone this repo