计算机网络/计算机科学与应用/系统/运维/开发

Centos7修改主机名2种方法

默认主机名为 localhost

1、# hostname  myhostname

image.png

以上方法开机重启后失效


2、永久修改配置/etc/hostname

# vim /etc/hostname
myhostname

即可

docker镜像网站 https://docker.xuanyuan.me/#google_vignette

评论

^