Skip to content

归档: Posts

Todoist 和 Google 日曆可以即時雙向同步任務

「有沒有待辦清單可以和行事曆完美整合的工具推薦?」 我推測可能有兩種需求,第一種是希望任務不只可以用清單排序的方式條列,也可以「在行事曆那樣的格式上規劃時間」,安排每一天足夠完成重要任務的時段。

搭建 YouTube私人镜像站,不翻墙看油管!

只需 海外PHP虚拟主机 完全免费搭建 YouTube私人镜像站,不翻墙看油管! 3个月前 (01-23) 本文最后更新于2018年1月31日 22:32可能会因为没有更新而失效。如已失效或需要修正,请留言!

Docker 可视化管理界面介绍(dockerui和shipyard)

docker针对于系统工程师或者开发人员来说操作比较简单。一般我们习惯了对着黑黑的屏幕敲命令,docker pull,docker push,docker run,docker logs,docker ps等等。或者我们将常用的docker原生api封装到我们的shell脚本工具或者python脚本工具中去使用管理docker。然而对于部分用户,或者说非技术用户去使用docker难度其实不小。因此一个明了的可视化管理界面显得非常重要了。万物诞生总有其诞生的理由。可能只是为了服务某部分人。下面说一下两个比较常用的docker管理平台(dockerui和shiyard),以下都是经过本人亲测的,让我说说我的使用感受。

Docker容器添加端口映射

Dokcer使用技巧 提示 运行中的docker容器添加端口映射的几种办法 正文 方法一 1.首先获取容器的IP [root@docker-node1 ~]# docker inspect ‘b68f713d111d’ | grep IPAddress “SecondaryIPAddresses”: null, “IPAddress”: “172.17.0.2”, “IPAddress”: “172.17.0.2”, 2.在宿主机器上设置iptables转发端口

Portainer Simple management UI for Docker Installation

Simple management UI for Docker Installation How simple is it to deploy Portainer? Portainer installation using Docker Portainer runs as a lightweight Docker container (the Docker image weights less than 4MB) on a Docker engine or Swarm cluster.Therefore, you are one command away from running container on any machine using …

Portainer | Simple management UI for Docker

Simple management UI for Docker Demo A public demo is available at demo.portainer.io. Use the username admin and password tryportainer when prompted. Please note that the demo cluster is reset every 15min. Detailed overview Portainer gives you access to a central overview of your Docker host or Swarm cluster.From the dashboard, …