Introduction tutorial and deployment of docker

Introduction tutorial and deployment of docker 1. Docker introduction: 01) Docker is an open source application container engine based on Go language And comply with Apache 2 0 protocol is open source. 02) Docker allows developers to package their applications and dependency packages into a lightweight and portable container, and then ...

Posted by Roble on Mon, 10 Jan 2022 12:08:03 +0100

There should be no more detailed tutorial on RabbitMQ!

@[toc] since August, many RabbitMQ tutorials have been serialized intermittently. Recently, I took time to sort them out. There may be a video tutorial in the future. Please look forward to it. 1. Common message oriented middleware large PK When it comes to message oriented middleware, it is estimated that everyone can talk about ActiveMQ, Ra ...

Posted by kaisellgren on Mon, 10 Jan 2022 09:19:15 +0100

Docker: docker installs MySQL and synchronizes data to the local machine

First understand MySQL startup mode MySQL startup needs to set the password, so go to the official to check the startup command. MySQL dockerhub address: https://registry.hub.docker.com/_/mysql # Pipe sail test run command $ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag # Parameter analysis -e Represents t ...

Posted by tomhoad on Mon, 10 Jan 2022 08:06:42 +0100

Installing ceph octopus using cephadm

WeChat official account: operation and development story, author: wanger prerequisite Cephadm uses containers and systemd to install and manage Ceph clusters and is tightly integrated with CLI and dashboard GUI. cephadm only supports Octopus V15 2.0 and later. cephadm is fully integrated with the new business process API and fully suppor ...

Posted by Deserteye on Sun, 09 Jan 2022 16:42:54 +0100

[learning notes] common Docker commands

preface The main purpose of recording the common operation commands of Docker is to consolidate learning, and also hope to play a reference role for beginners. PS: the system environment of this drill is CentOS 7, Docker version is 20.10.12, and build e91ed57. Reference to this article: Docker tutorial | rookie tutorial (runoob.com) Docker im ...

Posted by socalnate on Sun, 09 Jan 2022 09:43:25 +0100

[function development] view program cycle time

requirement analysis On each device, add the programs running on the current device and the list of programs running in history. Click the program list of historical operation to display the cycle time of the clicked program. BU_Machine_CurrProgram At present, the company has arranged 50 devices in the plant area, and there is a scheduled ...

Posted by 88fingers on Sat, 08 Jan 2022 05:17:10 +0100

Four in one water-soluble blend, Docker one drag three tornado6 2 + nginx + supervisor non blocking load balancing container deployment practice

The original text is reproduced from "Liu Yue's technology blog" https://v3u.cn/a_id_203Container, see also container. The main advantage of Docker containers is that they are portable. A set of services whose dependencies can be bundled into a single container independent of the host version of the Linux kernel, platform distribution ...

Posted by Xurion on Fri, 07 Jan 2022 13:22:59 +0100

Automation integration: detailed explanation of Kubernetes container engine

Recommended for the same series:Jenkins management tool detailsDetailed explanation of Pipeline pipeline Pipeline syntaxIntroduction to Docker containerPipeline integration Docker containerSecondary shallow encapsulation of microservice componentsThis series of articles focuses on continuous integration: Jenkins+Docker+K8S related components to ...

Posted by sheephat on Thu, 06 Jan 2022 02:45:07 +0100

[Docker] learning notes - detailed tutorial on crazy learning Java

Weakness and material are not obstacles to production, arrogance is—— Three body 1, Overview 1.1 causes common problem: When your computer runs, others can't run, which brings a great test to the operation and maintenance.Environment configuration is cumbersome, time-consuming and laborious, and can not cross platform. Wh ...

Posted by gtomescu on Thu, 06 Jan 2022 00:20:24 +0100

"Part 1" Introduction to Docker for Javascript developers (based on Node.js)

Docker is an open source application container engine. If you are a back-end developer, you should know or be familiar with this technology. For many front-end developers, you may just stay at the stage of listening to it, or even don't know what it is? Or I think this is a back-end technology. I don't need to know. For example, I really don't ...

Posted by eddie_twoFingers on Wed, 05 Jan 2022 16:13:53 +0100