随时随地可读的个人书库

  • Post author:
  • Post last modified:2021-03-14
  • Post category:网络人生
  • Post comments:0评论

域名服务器端 添加域名 设置反向代理 如下图增加红框中内容,同时删除默认的两段的location/{} ,最后的配置文件的末尾如代码段内所示 #反向代理 location / { proxy_pass http://127.0.0.1:666; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_se…

继续阅读随时随地可读的个人书库

docker 安装可道云kodexplorer

  • Post author:
  • Post last modified:2021-03-07
  • Post category:网络人生
  • Post comments:2评论

官方介绍 https://kodcloud.com/ 可以发现其有企业版本kodbox,以及社区版本 kodexplorer;企业版收费,更新频率比较高,个人版免费,更新周期偏长。其实两者从介绍来看可能根本不是同一个东东。点击其下载可以看到有各个系统的安装包等,贴图如下: 由于我们决定使用docker,因此上述内容可以参考的内容主要是各平台的客户端下载,多说一句,跨平台就是好。 docker安装 …

继续阅读docker 安装可道云kodexplorer

采用docker 安装transmission

  • Post author:
  • Post last modified:2021-12-23
  • Post category:网络人生
  • Post comments:0评论

不采用docker的安装方式参考如下: https://www.cryogeny.cn/185.html docker安装transmission流程 进入docker的web管理界面:portainer 获取镜像 创建container随意取个名字,本处使用 transmission选择镜像源,如果没有注册aliyun或者其他的加速镜像,使用默认的dockhub 也是一样的,小的镜像速度还可以一…

继续阅读采用docker 安装transmission

cannot connect to the docker daemon at unix:///var/run/docker.sock

  • Post author:
  • Post last modified:2021-02-02
  • Post category:深冷技术
  • Post comments:0评论

参考以下文章 centos7运行docker报错"Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" 执行命令: sudo dockerd --debug 之后重启docker: systemctl restart docker systemctl st…

继续阅读cannot connect to the docker daemon at unix:///var/run/docker.sock

最后的内容

不再加载页面