current location:Home > Technical Articles > Operation and Maintenance > Docker

  • Is docker an operating system?
    Is docker an operating system?
    Docker is not an operating system; an operating system is a set of interrelated system software programs that supervise and control computer operations, use and run hardware and software resources, and provide public services to organize user interaction, while docker is a system used for development, delivery As an open platform for running applications, Docker can also manage infrastructure in the same way as applications.
    Docker 3134 2022-07-25 16:27:12
  • What should I do if docker cannot stop deleting containers?
    What should I do if docker cannot stop deleting containers?
    Solution: 1. Use "docker ps" to find the running container ID; 2. Use "cd /var/lib/docker/container" to find the physical location of the specified container; 3. Use "service docker stop" to stop the docker service; 4. . Use "rm -rf /var/lib/docker/container/{specified id}" to delete the physical container, and then restart the docker service.
    Docker 5271 2022-07-25 16:21:35
  • What does expose mean in docker?
    What does expose mean in docker?
    In docker, expose means marking information and is a way of document expression; expose can allow developers to quickly understand which services are opened by Image in the dockerfile. It cannot directly open the port, which is convenient for operation and maintenance personnel when using the container. , know which ports to open. If there is no expose port, services between Containers can also access each other.
    Docker 4772 2022-07-25 16:12:26
  • How to solve oci error in docker
    How to solve oci error in docker
    Method: 1. Use "docker exec -it container name/bin/bash" to enter the container; 2. Use "apt update && apt install -y iproute2" to update the command resources; 3. Execute "apt-get update", "apt install net-tools" and "apt install iputils-ping" commands; 4. Use "exit" to exit the container and re-execute the command.
    Docker 2714 2022-07-25 16:05:34
  • How to exit docker container without closing the container
    How to exit docker container without closing the container
    There are two ways for docker to exit the container without closing the container: 1. Press the "Ctrl+P+Q" button to exit the container, and you can exit normally without closing the container; 2. When exiting, you can use the "docker restart" command to restart the container and the attach command. After entering the container, restart httpd and radosgw, and use wget to verify whether radosgw is successfully restarted.
    Docker 23459 2022-07-25 15:51:25
  • What do ci and cd mean in docker?
    What do ci and cd mean in docker?
    In docker, ci refers to Continuous Integration (Continuous Integration), and cd refers to Continuous Deployment (Continuous Deployment); "CI/CD" is a method of frequently delivering applications to customers by introducing automation in the application development phase. Its core concepts are continuous integration, continuous delivery and continuous deployment.
    Docker 3278 2022-07-25 15:45:31
  • How to set docker not to start when booting
    How to set docker not to start when booting
    How to set docker not to start at startup: 1. Use "systemctl list-unit-files | grep enable" to check whether the docker server and container are set to start at startup; 2. Use "systemctl disable docker.service" to turn off startup.
    Docker 8210 2022-07-22 16:05:49
  • Can docker install cuda?
    Can docker install cuda?
    cuda can be installed in docker; upload the downloaded software package to the specified directory and execute "sudo sh cuda_downloaded version_linux.run" to install it. cuda is a computing platform withdrawn from the graphics card manufacturer NVIDIA. After the installation is completed, you can Use "nvidia-smi" to view the installed cuda version.
    Docker 5448 2022-07-22 16:01:03
  • What to do if docker storage space is insufficient
    What to do if docker storage space is insufficient
    Solution: 1. After stopping the docker service, use "rsync -avz /var/lib/docker large disk directory /docker/lib/" to migrate docker to a large-capacity disk; 2. Edit "/etc/docker/daemon. json" to add specified parameters to bind the docker directory migration; 3. Reload and restart the docker service.
    Docker 14923 2022-07-22 15:44:10
  • What should I do if mysql installed with docker cannot be accessed remotely?
    What should I do if mysql installed with docker cannot be accessed remotely?
    Solution: 1. Log in to the mysql container, and then enter mysql. The syntax is "docker exec -it mysql /bin/bash..."; 2. Use "alter user 'root'@'%' identified with mysql_native_password by '. ..';"Change the login password; 3. Use navicat to remotely connect to mysql.
    Docker 9640 2022-07-22 15:35:18
  • Does docker come with jdk?
    Does docker come with jdk?
    Docker does not come with jdk; docker containers do not have jdk by default. If you need to run a java program, you need to install jdk in the host machine or install jdk in the container. The full name of jdk is "Java Development Kit", which refers to software development in the java language. Toolkit, mainly used for the development of Java applications on mobile devices and embedded devices.
    Docker 2048 2022-07-22 15:26:58
  • What is docker's guarded container?
    What is docker's guarded container?
    Docker's daemon container is a container that has no long-term running, no interactive session and is suitable for running applications and services; you can use the "docker run -d image name [COMMAND] [ARG...]" command to start the daemon container. Setting the parameter to "-d" indicates that the container will be started in the background.
    Docker 2102 2022-07-21 17:03:41
  • What is the difference between docker, kvm, and xen virtualization?
    What is the difference between docker, kvm, and xen virtualization?
    The difference between docker, kvm, and xen virtualization: 1. Docker is more resource-efficient than kvm and can provide performance very close to the host, while kvm resource isolation is higher than docker, and kvm supports more operating system types; 2. docker is Containerization and startup can be achieved in seconds, which is much faster than kvm and xen virtualization.
    Docker 6688 2022-07-14 15:07:41
  • What is the difference between stop and pause in docker?
    What is the difference between stop and pause in docker?
    The difference between stop and pause in docker: 1. The stop command is used to stop a running container, and the pause command is used to pause all processes in the container; 2. Using the stop command, the main process in the container will be killed within the specified time. The default is ten seconds. Using the pause command will suspend all processes in the specified container.
    Docker 6841 2022-07-14 14:53:21
  • What is the docker tag used for?
    What is the docker tag used for?
    In docker, tag is a command used to mark a local image and classify it into a certain warehouse; this command can be used to tag the image, and the syntax is "docker tag [OPTIONS] IMAGE[:TAG] [REGISTRYHOST/] [USERNAME/]NAME[:TAG]".
    Docker 9060 2022-07-14 11:27:14

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28