The first tensorflow program

Run a tensorflow Hello World project using docker images. After installing ubuntu 18.04, installing tensorflow through pip is always a mysterious mistake and can only offer docker. With docker, only one mirror can run without any other dependencies. docker installs tensorflow 1. Install docker $ sudo apt install docker.io 2. Add users to the d ...

Posted by waskelton4 on Sat, 18 May 2019 09:01:29 -0700

Deployment of production-level k8s cluster with kubeadm

Summary kubeadm has been supported by cluster deployment, and in version 1.13, GA, master and etcd are clustered deployments. It is also the most recommended deployment mode for government officials. kubeadm is promoted by its sig group. kubeadm has many features of kubernetes. Next, we will practice and understand its charm. Bid mark 1. Build ...

Posted by Sweeney on Sat, 18 May 2019 01:22:19 -0700

Exploration of Off-line Installation of Doker 1.12.3 in ubuntu server 16.04

The original post was published in early 17 years. This time, it was re-edited and perfected with md. copyright: wangn This paper explores the installation of docker 1.12.3 on Ubuntu server based on LAN environment Local area network installation and maintenance docker has always been a big problem. In short, ...

Posted by phpMitch on Sat, 18 May 2019 00:09:28 -0700

Docker Network and Data Volume Settings [3]

I. Docker Network Settings By default, docker creates a bridge network card [docker 0]. docker has two mapping modes: random mapping and specified mapping. Tip: Random mapping is not commonly used in production scenarios, but the advantage of random mapping is that it is allocated by docker and ports do not conflict. Case 1: S ...

Posted by mammy on Fri, 17 May 2019 23:50:54 -0700

Configure docker for the project

I've known about docker before, but I haven't configured it myself. This time I configure a docker for the project, and make a summary record here. Dockerfile and docker-compose First of all, in previous projects, docker is configured in the form of DockerFile + docker-compose. So, first of all, we need to understand the relationship between th ...

Posted by vicky57t on Fri, 17 May 2019 18:11:03 -0700

Zabbix 3.4.4 deployment process

zabbix is a free, open source and commercial server monitoring software with strong expansibility and simple deployment. It is a good solution for server load monitoring. ZABBIX is divided into three modules: server and agent, proxy. server is composed of zabbix, mysql, php and middleware. it is used to provide Web pages and periodically rotat ...

Posted by Graeme1972 on Fri, 17 May 2019 12:01:52 -0700

Installation and Configuration of Dashboard and Heapster on the Main Node k8s 1.10.6 (II)

Installation and Configuration of Dashboard and Heapster on the Main Node k8s 1.10.6 (II) One: Configure the mirrors used by Kubeadm on all nodes This is the top priority, because for domestic reasons, we can not access Google's image library, so we need to execute the following script to get the same image from the Docker Hu ...

Posted by Theophilus on Wed, 15 May 2019 18:05:48 -0700

Continuous Integration Series - gitlab Construction of Private git Warehouse in Chinese

Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab target gitlab introduction Environmental preparation gitlab installation gitlab upgrade Configure Mail Notification and Access Domain Names gitlab landing ...

Posted by Amit Rathi on Wed, 15 May 2019 15:05:02 -0700

Use docker to build PHP development environment

1. Install docker and docker-compose Installation of 1.1 docker The Linux distribution used for this installation is Ubuntu 18.04, and we can refer to docker's Official Documents Install, but there are steps that require minor modifications. First, delete the old docker version: $ sudo apt-get remove docker docker-engine docker.io containerd ru ...

Posted by Jarod on Wed, 15 May 2019 07:18:09 -0700

Using multistage and UPX to build smaller Docker images

Catalog Single-stage construction Multistage Construction Mirror Using UPX to build smaller Docker images They will use the following mirrors to build new mirrors: $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE golang ...

Posted by ganesh on Tue, 14 May 2019 21:40:24 -0700