cd ~ git clone https://github.com/njqaaa/blog-info.git blog
docker run --restart=always -d --name blog -v `pwd`/blog/:/root/blog/source/_posts/ -p 80:80 njqaaa/blog:v2
docker exec -it blog /bin/bash
vim _config.yml
请参考 https://blog.csdn.net/gyq1998/article/details/78294689
Content type
Image
Digest
Size
157.3 MB
Last updated
over 9 years ago
docker pull njqaaa/blog