Linux [Chapter 4] explanation of Docker basic commands

docker basic commands This article is reproduced as follows: Original address 1. Check docker version docker version 2. View docker details docker info 3. View the docker help command docker help If you forget how to use the specific parameters of a command, follow it with – help give an example How to use the param ...

Posted by tested_123 on Wed, 26 Jan 2022 15:36:25 +0100

Using Mastodon to build a personal information platform: Part 1

This article is the first to use Mastodon to build a personal information platform. I will talk about some details of building Mastodon in a container environment.At the same time, this article may be one of the few things you can find about how to build and optimize Mastodon services in a container environment.Write in frontWith more and more ...

Posted by movieflick on Tue, 25 Jan 2022 13:49:29 +0100

docker practice - container installation scripting (basic shell usage)

1, Shell Basics Shell:Shell is a program written in C language. It is a bridge for users to use Linux. Shell is both a command language and a programming language. Shell refers to an application that provides an interface through which users can access the services of the operating system kernel. shell script: a script program written for th ...

Posted by sanstenarios on Tue, 25 Jan 2022 06:44:43 +0100

Docker Compose exercise: voting App

Docker Compose classic example: Example Voting App GitHub address: https://github.com/dockersamples/example-voting-app For students with poor network, I have downloaded the source code, address: https://download.csdn.net/download/weixin_48447848/77354937 Example Voting App Simple distributed applications running across multiple Docker conta ...

Posted by dhimok on Tue, 25 Jan 2022 01:22:18 +0100

Docker--Docker k8s--Kubernetes storage -- kubernetes monitoring -- kubernetes resource monitoring

catalogue 1. Metrics-Server 1.0 preliminary preparation 1.1 metrics server deployment 1.2. There are still many pits to fill after deployment 2. Dashboard deployment (visualization) 2.1 pulling image 2.2 configuration 2.3. Test: log in to Firefox browser and enter https://172.25.13.101 , access succeeded, but token authorization is re ...

Posted by Barkord on Mon, 24 Jan 2022 23:30:33 +0100

[Docker series] Docker Compose

Docker Compose introduction Simplify the deployment steps and define the container, network, port and other information we need to start through a YAML format file. There are docker compose command tools to start and stop operations. Installation of docker compose After docker desktop is installed by default for Windows and Mac, docker com ...

Posted by TangoGirl on Mon, 24 Jan 2022 22:56:15 +0100

The simplest method of k8s is to deploy the image from the local cluster (4. Deploy the springboot project for k8s)

prepare First, prepare the simplest demo and a rest interface. Our goal is to deploy this demo to the k8s cluster and access it. The port exposed here is 8080 Run the jar package locally Local access Image packaging First upload the jar package to a folder on the master Write Dockerfile #create a file vim Dockerfile ##conte ...

Posted by EXiT on Mon, 24 Jan 2022 20:13:40 +0100

Basic introduction to Docker (basic command)

Basic introduction to Docker (basic command) 1, Docker overview 1. Why does docker appear? One product: development – online two sets of environments! Application environment, application configuration! Development - operation and maintenance. Question: I can allow it on my computer! Service unavailable due to version update! Is it a ...

Posted by carlmty on Mon, 24 Jan 2022 15:43:27 +0100

Docker builds LNMP environment (New)

preface Tip: Here you can add the general contents to be recorded in this article: For example, with the continuous development of artificial intelligence, machine learning technology is becoming more and more important. Many people have started learning machine learning. This paper introduces the basic content of machine learning. Ti ...

Posted by trauch on Mon, 24 Jan 2022 09:23:34 +0100

The usage of infixdb time series database

InfluxDB Incluxdb overview InfluxDB is a time series database built from scratch to handle high write and query loads. InfluxDB is designed to be used as a backup storage for any use case involving a large amount of timestamp data, including DevOps monitoring, application metrics, IOT sensor data and real-time analysis. What is time seri ...

Posted by visitor-Q on Mon, 24 Jan 2022 05:15:46 +0100