current location:Home > Technical Articles > Operation and Maintenance > Docker
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to solve the problem that docker cannot connect to the latest version of mysql client
- The solution to the problem that the mysql client cannot connect when installing the latest version of docker: first enter the docker container; then modify the encryption method of mysql; and finally check whether the mysql client can connect.
- Docker 3574 2020-06-09 16:30:36
-
- How to solve the problem that docker cannot access the host inside
- The solution to the problem that the host cannot be accessed inside docker: first configure the firewall rules and reload the rules; then use it when starting the container "--net host" mode; finally turn off the firewall.
- Docker 4522 2020-06-09 16:30:27
-
- The difference between Webpack and Docker
- The difference between Webpack and Docker: Webpack is a module packager. Its main function is to package modules according to their dependencies for easy use in browsers, while Docker is an open source application container engine that allows developers to package applications into containers. , and then publish to any popular Linux machine.
- Docker 3000 2020-06-09 14:34:12
-
- Do I need to install Docker first to install k8s?
- You do not need to install Docker first to install k8s. There is no dependency between the two. Both can run independently, but they can be used together. Docker is an independent application and can be installed on any computer to run containers. application, and k8s can turn it into a cluster.
- Docker 8563 2020-06-09 14:08:22
-
- k8s installation and deployment steps
- K8s installation and deployment steps: first prepare 3 servers, modify the hosts and parse the hosts; then install docker and kubernetes on all 3 hosts; install etcd on the master node and start the service; finally configure and connect the 3 hosts.
- Docker 15699 2020-06-09 09:48:13
-
- How to solve the problem that docker cannot perform port mapping
- The solution to the problem that docker cannot perform port mapping: first turn off the firewall; then submit the container that needs to be saved as an image; finally restart docker to start the container for port mapping.
- Docker 3236 2020-06-08 17:06:45
-
- How to install and configure docker
- How to install and configure docker: 1. Install docker; 2. Start the container; 3. Add storage to the container; 4. Create an image; 5. Start the private registry.
- Docker 2482 2020-06-08 18:03:30
-
- How to upload docker image files to DockerHub
- How to upload the docker image file to DockerHub: first create a new repository in "DockerHub"; then build the docker image file; then push the image to "DockerHub"; and finally view the pushed image in "DockerHub".
- Docker 2885 2020-06-08 17:06:30
-
- How to solve the problem of Docker exiting the container without closing the container
- If you exit the container after entering the docker container, the container will become "Exited"; if you want to exit normally without closing the container, press "Ctrl + P + Q" to exit the container.
- Docker 4645 2020-06-08 17:06:23
-
- How docker customizes images
- How to customize the docker image: first download a "docker" image from the docker official website; then write a startup script; then create the image and start the image; and finally access the verification.
- Docker 3639 2020-06-08 17:06:14
-
- How to modify docker's ip address
- How to modify the IP address of docker: first check the IP address of "docker"; then modify the IP address; then restart the "docker" service; and finally check the IP address of docker.
- Docker 7694 2020-06-08 17:03:18
-
- How to solve the problem of docker container network failure
- The solution to the docker container network failure: first stop the docker container running on the host; then execute "systemctl restart docker.service" on the host; and finally restart the docker service.
- Docker 7579 2020-06-08 17:03:11
-
- How to make a jar package into a docker image
- How to make a jar package into a docker image: first write the Dockerfile; then put the jar package and the Dockerfile in the same file; and finally execute the "sudo docker build -t="center"" command.
- Docker 4655 2020-06-08 17:03:03
-
- How docker generates core files
- How docker generates core files: first set the core file generation format and output path; then hang the docker container from the core file path to the corresponding path of the physical machine; finally execute "ulimit -c umlimited".
- Docker 3587 2020-06-08 17:00:49
-
- How to update docker image
- How to update the docker image: first use "docker pull gogs/gogs" to pull the new image to the local; then update the script; finally find the image ID whose tag is not "none" and delete it manually.
- Docker 16847 2020-06-08 17:00:31