docker builds nextcloud private cloud disk

Knowledge background Nextcloud is a branch of ownCloud, which was created after Frank caliche, the original developer of ownCloud, left. NextCloud is an open source network hard disk system. Anyone can get the NextCloud program freely, and build a private and free network hard disk in the home or ...

Posted by cardio5643 on Tue, 03 Mar 2020 08:27:27 +0100

Create Kubernetetes Mirror Service in Aliyun

Create Kubernetetes Mirror Service in Aliyun Kubernetetes mirrors are not directly accessible at home, which makes installation time-consuming, error-prone and difficult to troubleshoot.You can grab it onto the Ali Cloud, then pull it locally in advance, and run the kubeadm installer much faster. You can pull it locally by running the followi ...

Posted by toddg on Fri, 28 Feb 2020 17:51:21 +0100

Building Flink cluster with Docker

Article directory Preface Method 1: build with docker command Mode 2: build using docker compose How to view Flink clusters and logs View cluster through web View log command Answering questions and dispel doubts Preface Recently, I contacted docker and wanted to play in a Flink cluster. I se ...

Posted by wchris on Thu, 27 Feb 2020 06:01:27 +0100

Docker's Custom Mirror Upload Aliyun

Introduction to Alpine Linux 1.Alpine Linux is a lightweight Linux distribution. It is different from the usual Linux distribution (centos, Ubuntu), Alpine uses musl libc and BusyBox reduces system size and runtime resource consumption. 2.Alpine Linux provides its own package management tool ...

Posted by lanjoky on Sun, 23 Feb 2020 05:29:38 +0100

Fabric Block Chain Third Party CA Use Tutorial

Hyperledger Fabric (HF) provides fabric-ca tools for end users to use their own CAs.However, root CAs should be as secure as possible in production environments, such as offline root CAs, and certificate issuance agents in Hyperledger Fabric environments should be given to the middle CA.In this article, ...

Posted by de.monkeyz on Sun, 23 Feb 2020 03:39:47 +0100

Dockerfile Common Instructions Details & Mirror Cache Features

Introduction to Dockerfile Dockerfile is the configuration file used in Docker to define the mirroring automation build process.In the Dockerfile, there are commands and other operations that need to be performed during the construction of the image.Dockerfile can make the process of making a given Docker image clearer and clearer. Because it ...

Posted by AndrewJ1313 on Wed, 19 Feb 2020 20:03:56 +0100

[Code Page] Build your own golang framework step by step from scratch

The goal of this framework is to be a generic framework, and I want it to be big and complete, so I can use it directly as a foundation template for other projects in the future, so I want to continue adding some functionality to it, just write some demo in.For this article, I'll add a queue feature. nsq There are many queues, I choose nsq.The ...

Posted by sheckel on Mon, 17 Feb 2020 00:13:00 +0100

Windows 10 Docker Machine deployment Ubuntu 18.04lts host

1. Install Docker Machine If Git is installed, you can use git bash to execute the following command: $ base=https://github.com/docker/machine/releases/download/v0.16.0 && mkdir -p "$HOME/bin" && curl -L $base/docker-machine-Windows-x86_64.exe > "$HOME/bin/docker-machine.exe" ...

Posted by jameslloyd on Sun, 16 Feb 2020 11:26:28 +0100

Using fluent as the docker log driver to collect logs

Preface The default log driver for docker is json-file Every container will generate a / var/lib/docker/containers/containerID/containerID-json.log locally. The log driver supports extension. This chapter focuses on the fluent driver collecting docker logs Fluentd is an open source data collector for unified logging layer. It is the sixth CNCF ...

Posted by Mortier on Sun, 16 Feb 2020 03:50:45 +0100

Pod Resource Management for K8s and Creation of Harbor Private Mirror Warehouse (with mirror pull operation, with troubleshooting in the middle)

pod is the smallest unit of k8s management There are multiple containers in a pod and only one in a real production environment Characteristic: 1. Minimum Deployment Unit2. A collection of containers3. A container in a Pod shares a network command space4.Pod is transient Pod container classification: 1:infrastructure container base conta ...

Posted by mhalloran on Sun, 16 Feb 2020 00:15:40 +0100