解决centos7 docker1.9 没有配置文件

如果没有/etc/sysconfig/docker这个配置文件

1.vim  /lib/systemd/system/docker.service

[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target docker.socket
Requires=docker.socket

[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/docker
ExecStart=/usr/bin/docker -d $OPTIONS -H fd://
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
MountFlags=slave

[Install]
WantedBy=multi-user.target

2.vim /etc/sysconfig/docker

# /etc/sysconfig/docker

# Modify these options if you want to change the way the docker daemon runs
OPTIONS=‘-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock‘
DOCKER_CERT_PATH=/etc/docker

# If you want to add your own registry to be used for docker search and docker
# pull use the ADD_REGISTRY option to list a set of registries, each prepended
# with --add-registry flag. The first registry added will be the first registry
# searched.
# ADD_REGISTRY=‘--add-registry registry.access.redhat.com‘

# If you want to block registries from being used, uncomment the BLOCK_REGISTRY
# option and give it a set of registries, each prepended with --block-registry
# flag. For example adding docker.io will stop users from downloading images
# from docker.io
# BLOCK_REGISTRY=‘--block-registry‘

# If you have a registry secured with https but do not have proper certs
# distributed, you can tell docker to not look for full authorization by
# adding the registry to the INSECURE_REGISTRY line and uncommenting it.
 INSECURE_REGISTRY=‘--insecure-registry dl.dockerpool.com:5000‘

# On an SELinux system, if you remove the --selinux-enabled option, you
# also need to turn on the docker_transition_unconfined boolean.
# setsebool -P docker_transition_unconfined 1

# Location used for temporary files, such as those created by
# docker load and build operations. Default is /var/lib/docker/tmp
# Can be overriden by setting the following environment variable.
# DOCKER_TMPDIR=/var/tmp

# Controls the /etc/cron.daily/docker-logrotate cron job status.
# To disable, uncomment the line below.
# LOGROTATE=false

3.重启docker

systemctl daemon-reload
systemctl restart docker
时间: 2024-10-20 15:03:15

解决centos7 docker1.9 没有配置文件的相关文章

解决“你己使用临时配置文件登录”的问题

解决"你己使用临时配置文件登录"的问题 在使用Windows操作系统的时候,有时候由于系统配置或者某方面的原因,会造成配置文件丢失或损坏,而系统使用临时配置文件登录的问题,主要提示如图1所示. 图1 使用临时配置文件登录 在出现此类问题时,在"系统属性→高级→(用户配置文件)设置"选项中,如图2所示. 图2 用户配置文件设置 可以看到当前储存在本机上的某个用户配置文件的"状态"为"临时"及"备份",如图3所

解决CentOS7虚拟机无法上网并设置CentOS7虚拟机使用静态IP上网

解决CentOS7虚拟机无法上网并设置CentOS7虚拟机使用静态IP上网 补充下 默认网关是自己路由器的真实网关,现在改为自动获取IP试试 v今天试了很久没有成功的原因是GETEWAY这个单词少打了一个E 

解决 CentOS7 安装完成后ifconfig命令不能用

今天用VMWare安装了CentOS7,选择了最小安装包模式,安装完毕之后想查看一下本机的ip地址,发现报错 # ifconfig -bash: ifconfig: command not found 谷歌了一下,整理了一下解决思路 查看ifconfig命令是否存在 查看 /sbin/ifconfig是否存在 如果ifconfig命令存在,查看环境变量设置 #echo $PATH 如果环境变量中没有包含ifconfig命令的路径 临时修改环境变量:在shell中输入 $export PATH =

解决Centos7不能联网且ifconfig出现command not found

在虚拟机中以最小化方式安装centos7,后无法上网,因为centos7默认网卡未激活. 而且在sbin目录中没有ifconfig文件,这是因为centos7已经不使用 ifconfig命令了,已经用ip命令代替: 并且网卡名称也不是eth0了,而是改成eno16777736了. 解决ifconfig不可用:ip addr 即查看分配网卡情况. 激活网卡:在文件 /etc/sysconfig/network-scripts/ifcfg-enp0s3 中 进入编辑模式,将 ONBOOT=no 改为

centos7 docker1.12 私有仓库

docker1.12私有仓库 参考:http://www.cnblogs.com/xcloudbiz/articles/5497037.html 参考:http://www.07net01.com/2016/08/1636248.html mkdir /root/my_registry docker run  --restart=always --name registry -d -p 5000:5000 -v /root/my_registry:/var/lib/registry regist

解决centos7重启后出现ata bus err

昨天把centos7装在电脑上了,还把win7系统格掉了,从此电脑上只装centos,有一种弃暗投明的感觉. 装完重启后欣赏了一番成果,一个halt命令想把系统关掉,却发现屏幕没黑,机器不转了,电源灯还亮着,于是使出撒手锏,按住电源键不动,强制关了. 第二天晚上回来开机,机器就不正常了,开机后一直ata bus err,详情见最后边的图. 怎么办,老子折腾了两三个小时,重装了三遍系统都一样结果!没办法我是小白. 最后搜了搜,万能的网友们说是硬盘故障,但是我的硬盘绝逼没坏--最后, 我用我一个更绝

解决centos7在vm11中添加多块网卡无法使用的问题

问题描述:在vm11中,为虚拟机centos添加多块网卡后,添加的网卡不能正常使用. 解决方法如下: 1.一定在关机状态下添加网卡.虚拟机在运行中添加的网卡无论如何都不能设置,请删除重新添加. 2.开机后查看新增网卡的uuid并记录 #nmcli conn 注意这里看到的网卡名称和使用ifconfig或者ip add的结果不一样. 3.复制网卡配置文件并编辑: #cd /etc/sysconfig/network-scripts/ #cp ifcfg-eno16777736 ifcfg-eno3

解决CentOS7下运行docker容器时出现的报错Error resolving syscall name...

最近在研究docker!在虚拟机centos7中运行docker经常会有: [[email protected] docker]$ docker run -it lin/centos6 /bin/bash 2016/11/08 19:38:53 Error resolving syscall name execveat: could not resolve name to syscall - ignoring syscall. 2016/11/08 19:38:53 Error resolvin

解决CentOS7中文乱码(包括Tomcat日志乱码)问题

Linux系统中文语言乱码,是很多小伙伴在开始接触Linux时经常遇到的问题,而且当我们将已在Wndows部署好的项目搬到Linux上运行时,Tomcat的输出日志中文全为乱码(在Windows上正常),看着非常心塞,那么我们应该怎么解决呢? 系统中文乱码   Tomcat输出日志中文乱码 系统环境 CentOS 7.0 64位 jdk-8u11-linux-x64. apache-tomcat-8.5.16 解决步骤: 1.安装中文语言包 先查看系统是否有安装中文语言包 # locale -a