Detailed process of modifying hostname after Docker creates a container

Detailed process of modifying hostname after Docker creates a container

There is a medicine for regret in the world, as long as you are willing to think about it! No more recreating containers!

I have a container called m2 and now I want to change its hostname

insert image description here

1. Check the location of the container configuration file on the host machine. Here we see /var/lib/docker/containers/67e012c02434168aff3762ab4edf7550f0bfe1db57b396ce78660f140dd3056e

insert image description here

2. Shut down the container and shut down the docker service prerequisites, which is very important! ! ! Prerequisites are very important! ! ! Prerequisites are very important! ! !

insert image description here

3. Enter the host folder where the configuration file of the container is located, search for the original hostname, and you can see that we need to modify three places, the files are config.v2.json, hostname, hosts

insert image description here

4. Make a backup before modifying

insert image description here

5. Modify these 3 places

insert image description here

insert image description hereinsert image description here

6. Start the docker service, start the container, and check the hostname

insert image description here

hostname modified successfully! Are you surprised? ! !

This concludes this article on the detailed process of modifying the hostname after Docker creates a container. For more information about modifying the hostname of a Docker container, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solution to the problem of not being able to obtain the hostname of the host in the docker container
  • Directory permissions when creating a container with Docker
  • Simple steps to create a MySQL container with Docker
  • Detailed explanation of creating a MySQL container with Docker and connecting to the container through the command line
  • How to create a MySQL container with Docker

<<:  MySQL multi-instance installation boot auto-start service configuration process

>>:  About the role of meta in HTML (collected and sorted from the Internet)

Recommend

Creating a Secondary Menu Using JavaScript

This article example shares the specific code of ...

How to remove the header from the element table

Document hints using the show-header attribute sh...

Vue and react in detail

Table of contents 1. Panorama II. Background 1. R...

Graphic tutorial for installing MySQL 5.6.35 on Windows 10 64-bit

1. Download MySQL Community Server 5.6.35 Downloa...

CSS3 to achieve timeline effects

Recently, when I turned on my computer, I saw tha...

Analysis and description of network configuration files under Ubuntu system

I encountered a strange network problem today. I ...

Detailed tutorial on installing MySQL offline on CentOS7

1. Delete the original mariadb, otherwise mysql c...

Implementing custom scroll bar with native js

This article example shares the specific code of ...

Implementation of form submission in html

Form submission code 1. Source code analysis <...

JavaScript to achieve a simple page countdown

This article example shares the specific code of ...

js basic syntax and maven project configuration tutorial case

Table of contents 1. js statement Second, js arra...

How to use Lottie animation in React Native project

Lottie is an open source animation library for iO...

Recommended plugins and usage examples for vue unit testing

Table of contents frame First-class error reporti...

Specific steps for Vue browser to return monitoring

Preface When sharing a page, you hope to click th...