Skip to content
Gupern's Blog

Gupern's Blog

You need not to be a poet to poetize.

  • Introduction
  • Science
    Science & Technology
  • Art

Categories

  • Art (58)
  • blockchain (4)
  • Book Review (11)
  • Database (11)
  • Finance (2)
  • IT (60)
  • Life Flow (25)
  • Mathematics (3)
  • Python (24)
  • Science (37)
  • Uncategorized (1)
  • Unix/Linux (5)

Tag: docker

linux tips之docker、tmux和nginx

由于项目需要,这几天接触到了如题的一些tips

docker 相关

docker log -f dockerName用来查看docker容器日志

docker exec -ti dockerName /bin/bash 用来进入docker容器进行操作

tmux

tmux是一个终端[……]

Read more

Posted on September 3, 2017Categories IT, Unix/LinuxTags docker, linux, nginx, tmux

docker 国内使用加速器

很久没搞docker,今天建立一个docker镜像,遇到了两个问题:
– 授权失败,这时候需要执行docker login登录
– 在国内连接不了国外镜像,所以需要设置加速器。以前用的是阿里云的 ,现在用docker官方的加速器,此外还有ustc和网易的加速器。

参考链接

中国docker官方加[……]

Read more

Posted on August 14, 2017Categories IT, Unix/LinuxTags docker
Proudly powered by WordPress