Spring Boot 2.0 (V): Docker Compose + Spring Boot + Nginx + Mysql Practice

I know you have read several articles I wrote about docker during this period. It's not painful or itchy, and you still don't feel the convenience of docker. Yes, I know your felling. It's really boring to know what the concept is in the early stage. Please don't rush to start at once. When you know something about doc ...

Posted by ciaran on Wed, 02 Jan 2019 13:09:09 -0800

Building centos+jdk+tomcat_CENTOS in docker environment

Preface (1) Written earlier, since there is little experience in installing jdk+tomcat and other environments in linux or unix-like systems, we chose to install it in the docker container to prevent installation failure and failure to restore the system. (2) We need to download the docker image of the corresponding system, such as cento ...

Posted by AndreGuatemala on Tue, 25 Dec 2018 13:27:06 -0800

docker deployment nginx under centos7 using let's encrypt free certificate

Large-brand providers'SSL certificates are not cheap. They may not be much for large companies, but they are expensive for small companies and individuals. Now Let's Encrypt, a free SSL service provider, is definitely a good news for small companies or developers. Prerequisite Have a domain name, such as mydemo.com (for domestic hosts, al ...

Posted by Nymphetamine on Tue, 25 Dec 2018 13:09:06 -0800

CentOS+Docker+Mysql+Gerrit+Nginx configuration

Software environment: CentOS 7.0 Docker 18.06.0-ce Following is the docker image Mysql 5.7 Gerrit 2.15.3 Nginx 1.15.2-alpine Assume that the current server ip address is (all three software are on the same server) 192.168.0.1 Note: When using docker image, it is strongly recommended to fix the mirror version number o ...

Posted by voltrader on Fri, 21 Dec 2018 21:51:05 -0800

Doker Actual Warfare 2 (Application of Doker Swarm, Construction of Doker Cluster, Creation and Update of Deployed Services in Doker Cluster)

Preface: In the past, I wrote a tutorial about the creation of docker cluster, but it is not deep enough. It just stays on the initialization of the cluster and the joining of nodes. This time, it is specific to the service and explains the principle in detail. And it summarizes a lot of pits that we have trampled in the process of doing it o ...

Posted by DavidT on Sat, 15 Dec 2018 21:18:04 -0800

Docker Tricks: (3)Docker Compose builds Gitlab from configuration (https, mailbox validation) to basic availability

Preface gitlab 11.1 has built-in CI/CD, which has been available since gitlab 8+, but the configuration is trivial. After several large versions of iterations, it has now simplified the way to use, and also repaired some pits, which attracted me greatly. Sorry for not using the good stuff, we started a long way to climb the ...

Posted by jeev on Fri, 14 Dec 2018 17:48:03 -0800

Docker for Windows-based Chinese Document (1) - Get started

Get started with Docker for Windows Welcome to Docker for Windows! Docker is a complete development platform for creating container applications, and Docker for Windows is the best way to start using Docker on Windows systems. Check the versions of Docker Engine, Compose and Machine Start your favorite shell (cmd.exe, PowerShell or other ...

Posted by jsnyder2k on Wed, 12 Dec 2018 20:39:07 -0800

Kubernetes Service & LB & Networking :Services

Service Creation 1,With Label Selector Create a service using label selector. Service directly associates Pod. Example: Deploy Mysql (see Appendix 1 at the end of this article for details) and then create a service: kind: Service apiVersion: v1 metadata: name: mysql-service spec: selector: # Match with the sa ...

Posted by trace on Wed, 12 Dec 2018 01:30:06 -0800

Installation of oracle-xe-11g database using Docker under mac os

First, install docker. In mac os, you need to install docker through docker-toolbox. You can download docker here. docker-toolbox Download the corresponding version of the pkg file and double-click to open the installation Pictured next can be installed. There are two more items in your Application after installation Pictured ...

Posted by grissom on Mon, 10 Dec 2018 22:15:05 -0800

Nexus 3 Docker Proxy + Nexus 3 Configure Docker Private Warehouse + Mirror Agent + Configure https Connection

https://blog.csdn.net/shida_csdn/article/details/80006645 I. Research Background The company happens to need to configure a local private Docker warehouse and provide Cache functionality to act as a proxy for DockerHub. Nexus 3 not only integrates warehouse functions such as maven and npm, but also supports Docker Experiments ...

Posted by raghavan20 on Mon, 10 Dec 2018 19:48:06 -0800