搜索 “Docker” ,共找到 167 项结果
×
  • FalconChen
    2020-12-13 23:33
    折腾了一晚上youtube-dl,改了youtube-dl-webui的docker镜像让它适配我arm64v8架构的N1, 遗憾的是不支持列表下载,另外最新版youtube-dl 下载不了油管自动生成的字幕,但youtube-dlc却可以。这个世界不完美,但大多数时候总有解决方法。
  • 树莓派3b重新折腾

    最近把树莓派3b重新折腾起来了,安装了一个ubuntu,装上docker 和docker compose,我测试了一下读写系统盘的SD卡,写入大概15M/s,读取20M/s。读写usb2.0接口上的sd卡速度更慢,写入只有6~7M/s,用来存放生产数据不太乐观,比较合理的是用来做备份,数据放在系统盘的SD卡上。 安装Docker: 当前只能使用snap的...

    2020-12-09 05:40 Falcon 阅读
  • [解决] snap 安装的 docker 意外关闭导致找不到进程的错误

    You can get this error if docker doesn't shut down cleanly. The following answer is for the docker snap package. Run snap logs docker and look for the following: Error...

    2020-12-02 16:21 Falcon 阅读
  • Ubuntu arm64 架构安装 docker-compose 的一种替换方案:

      couldn't get either cross or direct build working with this Dockerfile...but I discovered a somewhat obvious alternative package is available via pip!https://pypi.org/proje...

    2020-11-30 16:15 HackerNews 阅读
  • Docker+PHP+Nginx

    Key Takeways File permission is the pain in docker development, better to change default user in php-fpm Be careful with $document_root in nginx configuration, maybe...

    2020-11-28 14:00 Falcon 阅读
  • nginx通过stream预读域名转发服务

    docker 里跑 trojan 和网站,外面装一个 nginx,用 nginx 的 stream,可以预读取域名,根据不同域名转发到不同的 docker,而且也可以转发 SSH,对于外面来说只开一个 443 就够了。 stream { #$ssl_preread_server_name #通过 SNI 请求的服务器名称 map $ssl_prer...

    2020-11-25 11:30 Falcon 阅读
  • 在树莓派3上的Ubuntu安装docker

    Installing Docker on Raspberry Pi 3: On Ubuntu Core, you can only install snap packages. Luckily, Ubuntu Core has Docker snap package in the official snap package repository. So,...

    2020-11-24 18:00 Falcon 阅读
  • jellyfin docker container 运行的两种网络方式

    jellyfin docker container 运行的两种网络方式:Bridge 模式 docker run -d \ -p 8096:8096 \ --volume /mnt/sda3/jellyfin/config:/config \ --volume /mnt/sda3/jellyfin/cache:/cache...

    2020-10-08 16:40 Falcon 阅读
  • FalconChen
    2020-10-06 10:58
    #daily tips# 进入正在运行docker容器执行命令
    bash 代码片断
    docker ps  
    docker exec -it 775c7c9ee1e1 /bin/bash  
  • 5个优秀的vue.js项目骨架/模板

    Are you about to begin an important Vue project? To ensure you start with a solid foundation, you might use a template (aka boilerplate, skeleton, starter, or scaffold) rather...

    2020-10-01 13:07 Falcon 阅读