diff --git a/README-en.md b/README-en.md index e81e7b8e..2cd5decd 100644 --- a/README-en.md +++ b/README-en.md @@ -54,6 +54,8 @@ https://podman.io/getting-started/installation 2. start the container +Simple + ```bash podman run -dit \ --network bridge \ @@ -64,6 +66,23 @@ podman run -dit \ docker.io/whyour/qinglong:latest ``` +Detailed configuration, data can be migrated + +```bash +podman run -dit \ + --network bridge \ + -v $PWD/data/config:/ql/config \ + -v $PWD/data/log:/ql/log \ + -v $PWD/data/db:/ql/db \ + -v $PWD/data/scripts:/ql/scripts \ + -v $PWD/data/repo:/ql/repo \ + -v $PWD/data/raw:/ql/raw \ + -p 5700:5700 \ + --name qinglong \ + --hostname qinglong \ + docker.io/whyour/qinglong:latest +``` + ### Docker Deployment 1. docker installation @@ -93,6 +112,8 @@ systemctl restart docker 3. start the container +Simple + ```bash docker run -dit \ -v $PWD/ql/data:/ql/data \ @@ -103,6 +124,23 @@ docker run -dit \ whyour/qinglong:latest ``` +Detailed configuration, data can be migrated + +```bash +docker run -dit \ + -v $PWD/data/config:/ql/config \ + -v $PWD/data/log:/ql/log \ + -v $PWD/data/db:/ql/db \ + -v $PWD/data/scripts:/ql/scripts \ + -v $PWD/data/repo:/ql/repo \ + -v $PWD/data/raw:/ql/raw \ + -p 5700:5700 \ + --name qinglong \ + --hostname qinglong \ + --restart unless-stopped \ + whyour/qinglong:latest +``` + ### Docker-compose Deployment 1. docker-compose installation @@ -215,4 +253,4 @@ The Green Dragon, also known as the Canglong, is one of the four elephants and o In the Book of the Later Han Dynasty (後漢書-律曆志下), it is written: "The sun is in the sky, a cold and a summer, the four seasons are ready, all things are changed, the regency moves, and the green dragon moves to the star, which is called the year. (The Year of the Star) -Among the [twenty-eight Chinese constellations](https://zh.wikipedia.org/wiki/%E4%BA%8C%E5%8D%81%E5%85%AB%E5%AE%BF), the Green Dragon is the generic name for the seven eastern constellations (Horn, Hyper, Diao, Fang, Heart, Tail and Minchi). It is known in Taoism as "Mengzhang" and in different Taoist scriptures as "Dijun", "Shengjian", "Shenjian" and He is also known in different Daoist scriptures as "Dijun", "Shengjun", "Shenjun" and "Ghost Catcher"[1], and is the guardian deity of Daoism, together with the White Tiger Supervisor of Soldiers. \ No newline at end of file +Among the [twenty-eight Chinese constellations](https://zh.wikipedia.org/wiki/%E4%BA%8C%E5%8D%81%E5%85%AB%E5%AE%BF), the Green Dragon is the generic name for the seven eastern constellations (Horn, Hyper, Diao, Fang, Heart, Tail and Minchi). It is known in Taoism as "Mengzhang" and in different Taoist scriptures as "Dijun", "Shengjian", "Shenjian" and He is also known in different Daoist scriptures as "Dijun", "Shengjun", "Shenjun" and "Ghost Catcher"[1], and is the guardian deity of Daoism, together with the White Tiger Supervisor of Soldiers.