Hundun

日凿一窍,七日而混沌死


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

Integrate Spring Boot with Docker

发表于 2017-05-23 |
字数统计: 537 | 阅读时长 ≈ 3

Integrate Spring Boot with Docker

Find latest version in repository spring-boot-docker.

Prepare

We need:

  1. a Docker daemon server installed on Linux host(or VM)
  2. a spring-boot project to be integated into Docker
  3. a Docker Hub account
阅读全文 »

Docker Note

发表于 2017-04-17 | 分类于 学习记录 |
字数统计: 1,144 | 阅读时长 ≈ 7

1. Install on CentOS

Requires Kernel 3.0+, and update library before install

Install on CentOS Guidance

2. Introduction

2.1 Usage

container, isolate applications
packaged with all its dependencies and libraries(environment)

阅读全文 »

Centos7.2 Install & Config

发表于 2017-02-15 | 分类于 VM配置 |
字数统计: 793 | 阅读时长 ≈ 4

1. 手动分区

1
2
3
4
/boot   for 200m ext4
swap for 2G swap
/home for 2G ext4
/ the rest
阅读全文 »

Centos6.5 Install & Config

发表于 2016-10-19 | 分类于 VM配置 |
字数统计: 836 | 阅读时长 ≈ 5

Centos6.5

Basic Install

1. install tomcat, jdk, nginx

1
2
3
4
5
[root@localhost temp]# tar -zxvf apache-tomcat-7.0.68.tar.gz -C ../tomcat
[root@localhost temp]# wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.zip
[root@localhost pcre-8.37]# yum install gcc gcc-c++ autoconf make
[root@localhost pcre-8.37]# ./configure & make & make install
[root@localhost temp]# ./configure --prefix=/usr/local/nginx --conf-path=/usr/local/nginx/nginx.conf
阅读全文 »
12
Jingyi Yang

Jingyi Yang

14 日志
3 分类
13 标签
RSS
© 2017 Jingyi Yang | Site words total count: 11.7k
由 Hexo 强力驱动
|
主题 — NexT.Mist v5.1.3