- 浏览: 2559810 次
- 性别:
- 来自: 成都
文章分类
最新评论
-
nation:
你好,在部署Mesos+Spark的运行环境时,出现一个现象, ...
Spark(4)Deal with Mesos -
sillycat:
AMAZON Relatedhttps://www.godad ...
AMAZON API Gateway(2)Client Side SSL with NGINX -
sillycat:
sudo usermod -aG docker ec2-use ...
Docker and VirtualBox(1)Set up Shared Disk for Virtual Box -
sillycat:
Every Half an Hour30 * * * * /u ...
Build Home NAS(3)Data Redundancy -
sillycat:
3 List the Cron Job I Have>c ...
Build Home NAS(3)Data Redundancy
Docker and VirtualBox(1)Set up Shared Disk for Virtual Box
I have a lot of things on my VirtualBox. But I am think to change the way I deploy, I should use docker more that I thought.
I plan to share the disk across some virtual machines and deploy only docker images.
Here is a list of what I have on these machines.
ubuntu-master
1. Spark
cd /opt/spark
sbin/start-all.sh
visit the page
http://ubuntu-master:8080/
2. opscenter
cd /opt/opscenter
bin/opscenter -f #start in the front ground
bin/opscenter #start in the back ground
visit the page
http://ubuntu-master:8888/opscenter/
3. tomcat
cd /opt/tomcat
bin/startup.sh
visit the page
http://ubuntu-master:8081/bldinfo.txt
http://ubuntu-master:8081/LMMAdmin
4. kafka Monitor
cd /opt/kafka-monitor
nohup bin/startup.sh &
visit the page
http://ubuntu-master:8082/
5. memcached Monitor
memcache-top --sleep 3 --instance ubuntu-dev1,ubuntu-dev2
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
7. Hadoop hdfs and yarn
cd /opt/hadoop
sbin/start-dfs.sh
sbin/start-yarn.sh
visit the page
http://ubuntu-master:50070/dfshealth.html#tab-overview
http://ubuntu-master:8088/cluster
8. Haproxy
cd /opt/haproxy
sudo sbin/haproxy -f conf/haproxy.conf
Visit the page
http://ubuntu-master/haproxy-status
9. Mysql cluster database
mysql -u cluster -pcluster
10. hbase
cd /opt/hbase
bin/start-hbase.sh
visit the page
http://ubuntu-master:16030/master-status
11. solr
cd /opt/solr/example
java -jar start.jar
Visit Page
http://ubuntu-master:8983/solr/#/jobs
ubuntu-dev1
1. cassandra
cd /opt/cassandra
nohup cassandra -f conf/cassandra.yaml &
2. zookeeper
cd /opt/zookeeper
zkServer.sh start zoo-dev1.cfg
3. kafka
cd /opt/kafka
nohup bin/kafka-server-start.sh config/server-dev1.properties &
4. rabbitmq
cd /opt/rabbitmq
sudo RABBITMQ_NODE_PORT=5672 RABBITMQ_SERVER_START_ARGS="-rabbitmq_management listener [{port,15672}]" RABBITMQ_NODENAME=rabbit1 sbin/rabbitmq-server -detached
visit page
http://ubuntu-dev1:15672 sillycat/kaishi
5. memcached
cd /opt/memcached
memcached -d -m 50 -p 11211 -u carl -l 0.0.0.0
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
ubuntu-dev2
1. cassandra
cd /opt/cassandra
nohup cassandra -f conf/cassandra.yaml &
2. zookeeper
cd /opt/zookeeper
zkServer.sh start zoo-dev2.cfg
3. kafka
cd /opt/kafka
nohup bin/kafka-server-start.sh config/server-dev2.properties &
4. rabbitmq
cd /opt/rabbitmq
sudo RABBITMQ_NODE_PORT=5672 RABBITMQ_SERVER_START_ARGS="-rabbitmq_management listener [{port,15672}]" RABBITMQ_NODENAME=rabbit2 sbin/rabbitmq-server -detached
enable cluster
sudo sbin/rabbitmqctl -n rabbit2 stop_app
sudo sbin/rabbitmqctl -n rabbit2 join_cluster rabbit1@ubuntu-dev1
sudo sbin/rabbitmqctl -n rabbit2 start_app
visit page
http://ubuntu-dev2:15672 sillycat/kaishi
5. memcached
cd /opt/memcached
memcached -d -m 50 -p 11211 -u carl -l 0.0.0.0
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
I will export all of them and backup them into my home NAS. I will delete all of them on my local and set up fresh ubuntu LTS for that.
1 Set up Share Driver
I create virtual machine ubuntu-master, ubuntu-dev1, ubuntu-dev2 and all of them have their own driver, and a shared driver with name shared-nas.
> sudo fdisk -l
Disk /dev/sda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000645fe
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 159582207 79790080 83 Linux
/dev/sda2 159584254 167770111 4092929 5 Extended
/dev/sda5 159584256 167770111 4092928 82 Linux swap / Solaris
Disk /dev/sdb: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
Solution:
> sudo mkfs -t ext3 /dev/sdb
It does not work.
Initiate the disk with following
> sudo fdisk /dev/sdb
>m >n >p >1
default for other information, then >w
It works.
> sudo fdisk -l
Disk /dev/sda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000645fe
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 159582207 79790080 83 Linux
/dev/sda2 159584254 167770111 4092929 5 Extended
/dev/sda5 159584256 167770111 4092928 82 Linux swap / Solaris
Disk /dev/sdb: 85.9 GB, 85899345920 bytes
86 heads, 10 sectors/track, 195083 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x070ebcd0
Device Boot Start End Blocks Id System
/dev/sdb1 2048 167772159 83885056 83 Linux
Format to ext3
> sudo mkfs -t ext3 /dev/sdb1
It works. Then I will configure the docker to use this share driver.
2 Auto Mount the Driver to System
Create the folder
>sudo mkdir /mnt/nas
List the UUID of my disk
> ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Dec 11 17:45 6624adb3-86bc-4801-8275-063cdfae706b -> ../../sda5
lrwxrwxrwx 1 root root 9 Dec 11 17:45 75595e30-261b-4ee1-a855-4b4f5428d583 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 11 17:45 8e864fd6-914f-489f-abf7-85744496c664 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 11 17:45 adcfd350-219a-414f-92a6-e175b334d970 -> ../../sdb1
Copy the one of sdb1, edit the file fstab
> sudo vi /etc/fstab
UUID=adcfd350-219a-414f-92a6-e175b334d970 /mnt/nas auto defaults 0 0
Amount the disk
> sudo mount -a
Check the amount
> df -hl /mnt/nas/
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 79G 56M 75G 1% /mnt/nas
3 Install and Set up Docker
> sudo mkdir /mnt/nas/docker
Installation
> sudo curl -sSL https://get.docker.com/ | sh
> sudo usermod -aG docker carl
or
> sudo gpasswd -a carl docker
Change the configuration
> sudo vi /etc/default/docker
DOCKER_OPTS="-g /mnt/nas/docker"
> docker info
Containers: 0
Images: 0
Server Version: 1.9.1
Storage Driver: aufs
Root Dir: /mnt/nas/docker/aufs
Done and try
> docker pull centos:7
> df -hl
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 75G 1.3G 70G 2% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 386M 484K 386M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 0 1.9G 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/sdb1 79G 242M 75G 1% /mnt/nas
File are stored in the shared NAS disk.
The problem is that I try to create a shared vdi and ask all the clients ubuntu system to load the same NAS disk. It does not work. I will try shared folder.
> sudo apt-get install virtualbox-guest-additions-iso
> sudo apt-get install virtualbox-guest-utils
> sudo mount -t vboxsf nas /mnt/nas
It works. But when I start the docker, docker throw exception in logging
> sudo less /var/log/upstart/docker.log
ESC[31mERROESC[0m[0000] [graphdriver] prior storage driver "aufs" failed: invalid argument
ESC[31mFATAESC[0m[0000] Error starting daemon: error initializing graphdriver: invalid argument
> VBoxManage modifymedium --type shareable nas.vdi
It works.
References:
https://help.ubuntu.com/community/InstallingANewHardDrive
http://tutorialforlinux.com/2014/08/01/ubuntu-how-to-automatically-mount-a-ext2-ext3-ext4-linux-partition-on-startup-easy-guide/
https://forums.docker.com/t/how-do-i-change-the-docker-image-installation-directory/1169
http://www.oracledistilled.com/virtualbox/creating-shared-drives-in-oracle-vm-virtualbox/
http://www.giannistsakiris.com/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/
http://superuser.com/questions/745868/mount-failed-unknown-file-system-in-virtualbox-in-ubuntu-14-04-and-windows-7-a
http://stackoverflow.com/questions/30969435/where-is-the-docker-daemon-log
I have a lot of things on my VirtualBox. But I am think to change the way I deploy, I should use docker more that I thought.
I plan to share the disk across some virtual machines and deploy only docker images.
Here is a list of what I have on these machines.
ubuntu-master
1. Spark
cd /opt/spark
sbin/start-all.sh
visit the page
http://ubuntu-master:8080/
2. opscenter
cd /opt/opscenter
bin/opscenter -f #start in the front ground
bin/opscenter #start in the back ground
visit the page
http://ubuntu-master:8888/opscenter/
3. tomcat
cd /opt/tomcat
bin/startup.sh
visit the page
http://ubuntu-master:8081/bldinfo.txt
http://ubuntu-master:8081/LMMAdmin
4. kafka Monitor
cd /opt/kafka-monitor
nohup bin/startup.sh &
visit the page
http://ubuntu-master:8082/
5. memcached Monitor
memcache-top --sleep 3 --instance ubuntu-dev1,ubuntu-dev2
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
7. Hadoop hdfs and yarn
cd /opt/hadoop
sbin/start-dfs.sh
sbin/start-yarn.sh
visit the page
http://ubuntu-master:50070/dfshealth.html#tab-overview
http://ubuntu-master:8088/cluster
8. Haproxy
cd /opt/haproxy
sudo sbin/haproxy -f conf/haproxy.conf
Visit the page
http://ubuntu-master/haproxy-status
9. Mysql cluster database
mysql -u cluster -pcluster
10. hbase
cd /opt/hbase
bin/start-hbase.sh
visit the page
http://ubuntu-master:16030/master-status
11. solr
cd /opt/solr/example
java -jar start.jar
Visit Page
http://ubuntu-master:8983/solr/#/jobs
ubuntu-dev1
1. cassandra
cd /opt/cassandra
nohup cassandra -f conf/cassandra.yaml &
2. zookeeper
cd /opt/zookeeper
zkServer.sh start zoo-dev1.cfg
3. kafka
cd /opt/kafka
nohup bin/kafka-server-start.sh config/server-dev1.properties &
4. rabbitmq
cd /opt/rabbitmq
sudo RABBITMQ_NODE_PORT=5672 RABBITMQ_SERVER_START_ARGS="-rabbitmq_management listener [{port,15672}]" RABBITMQ_NODENAME=rabbit1 sbin/rabbitmq-server -detached
visit page
http://ubuntu-dev1:15672 sillycat/kaishi
5. memcached
cd /opt/memcached
memcached -d -m 50 -p 11211 -u carl -l 0.0.0.0
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
ubuntu-dev2
1. cassandra
cd /opt/cassandra
nohup cassandra -f conf/cassandra.yaml &
2. zookeeper
cd /opt/zookeeper
zkServer.sh start zoo-dev2.cfg
3. kafka
cd /opt/kafka
nohup bin/kafka-server-start.sh config/server-dev2.properties &
4. rabbitmq
cd /opt/rabbitmq
sudo RABBITMQ_NODE_PORT=5672 RABBITMQ_SERVER_START_ARGS="-rabbitmq_management listener [{port,15672}]" RABBITMQ_NODENAME=rabbit2 sbin/rabbitmq-server -detached
enable cluster
sudo sbin/rabbitmqctl -n rabbit2 stop_app
sudo sbin/rabbitmqctl -n rabbit2 join_cluster rabbit1@ubuntu-dev1
sudo sbin/rabbitmqctl -n rabbit2 start_app
visit page
http://ubuntu-dev2:15672 sillycat/kaishi
5. memcached
cd /opt/memcached
memcached -d -m 50 -p 11211 -u carl -l 0.0.0.0
6. Switch Java Version
sudo update-alternatives --config java
sudo update-alternatives --config javac
I will export all of them and backup them into my home NAS. I will delete all of them on my local and set up fresh ubuntu LTS for that.
1 Set up Share Driver
I create virtual machine ubuntu-master, ubuntu-dev1, ubuntu-dev2 and all of them have their own driver, and a shared driver with name shared-nas.
> sudo fdisk -l
Disk /dev/sda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000645fe
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 159582207 79790080 83 Linux
/dev/sda2 159584254 167770111 4092929 5 Extended
/dev/sda5 159584256 167770111 4092928 82 Linux swap / Solaris
Disk /dev/sdb: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
Solution:
> sudo mkfs -t ext3 /dev/sdb
It does not work.
Initiate the disk with following
> sudo fdisk /dev/sdb
>m >n >p >1
default for other information, then >w
It works.
> sudo fdisk -l
Disk /dev/sda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000645fe
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 159582207 79790080 83 Linux
/dev/sda2 159584254 167770111 4092929 5 Extended
/dev/sda5 159584256 167770111 4092928 82 Linux swap / Solaris
Disk /dev/sdb: 85.9 GB, 85899345920 bytes
86 heads, 10 sectors/track, 195083 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x070ebcd0
Device Boot Start End Blocks Id System
/dev/sdb1 2048 167772159 83885056 83 Linux
Format to ext3
> sudo mkfs -t ext3 /dev/sdb1
It works. Then I will configure the docker to use this share driver.
2 Auto Mount the Driver to System
Create the folder
>sudo mkdir /mnt/nas
List the UUID of my disk
> ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Dec 11 17:45 6624adb3-86bc-4801-8275-063cdfae706b -> ../../sda5
lrwxrwxrwx 1 root root 9 Dec 11 17:45 75595e30-261b-4ee1-a855-4b4f5428d583 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 11 17:45 8e864fd6-914f-489f-abf7-85744496c664 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 11 17:45 adcfd350-219a-414f-92a6-e175b334d970 -> ../../sdb1
Copy the one of sdb1, edit the file fstab
> sudo vi /etc/fstab
UUID=adcfd350-219a-414f-92a6-e175b334d970 /mnt/nas auto defaults 0 0
Amount the disk
> sudo mount -a
Check the amount
> df -hl /mnt/nas/
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 79G 56M 75G 1% /mnt/nas
3 Install and Set up Docker
> sudo mkdir /mnt/nas/docker
Installation
> sudo curl -sSL https://get.docker.com/ | sh
> sudo usermod -aG docker carl
or
> sudo gpasswd -a carl docker
Change the configuration
> sudo vi /etc/default/docker
DOCKER_OPTS="-g /mnt/nas/docker"
> docker info
Containers: 0
Images: 0
Server Version: 1.9.1
Storage Driver: aufs
Root Dir: /mnt/nas/docker/aufs
Done and try
> docker pull centos:7
> df -hl
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 75G 1.3G 70G 2% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 386M 484K 386M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 0 1.9G 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/sdb1 79G 242M 75G 1% /mnt/nas
File are stored in the shared NAS disk.
The problem is that I try to create a shared vdi and ask all the clients ubuntu system to load the same NAS disk. It does not work. I will try shared folder.
> sudo apt-get install virtualbox-guest-additions-iso
> sudo apt-get install virtualbox-guest-utils
> sudo mount -t vboxsf nas /mnt/nas
It works. But when I start the docker, docker throw exception in logging
> sudo less /var/log/upstart/docker.log
ESC[31mERROESC[0m[0000] [graphdriver] prior storage driver "aufs" failed: invalid argument
ESC[31mFATAESC[0m[0000] Error starting daemon: error initializing graphdriver: invalid argument
> VBoxManage modifymedium --type shareable nas.vdi
It works.
References:
https://help.ubuntu.com/community/InstallingANewHardDrive
http://tutorialforlinux.com/2014/08/01/ubuntu-how-to-automatically-mount-a-ext2-ext3-ext4-linux-partition-on-startup-easy-guide/
https://forums.docker.com/t/how-do-i-change-the-docker-image-installation-directory/1169
http://www.oracledistilled.com/virtualbox/creating-shared-drives-in-oracle-vm-virtualbox/
http://www.giannistsakiris.com/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/
http://superuser.com/questions/745868/mount-failed-unknown-file-system-in-virtualbox-in-ubuntu-14-04-and-windows-7-a
http://stackoverflow.com/questions/30969435/where-is-the-docker-daemon-log
发表评论
-
Stop Update Here
2020-04-28 09:00 322I will stop update here, and mo ... -
NodeJS12 and Zlib
2020-04-01 07:44 484NodeJS12 and Zlib It works as ... -
Docker Swarm 2020(2)Docker Swarm and Portainer
2020-03-31 23:18 374Docker Swarm 2020(2)Docker Swar ... -
Docker Swarm 2020(1)Simply Install and Use Swarm
2020-03-31 07:58 375Docker Swarm 2020(1)Simply Inst ... -
Traefik 2020(1)Introduction and Installation
2020-03-29 13:52 343Traefik 2020(1)Introduction and ... -
Portainer 2020(4)Deploy Nginx and Others
2020-03-20 12:06 435Portainer 2020(4)Deploy Nginx a ... -
Private Registry 2020(1)No auth in registry Nginx AUTH for UI
2020-03-18 00:56 444Private Registry 2020(1)No auth ... -
Docker Compose 2020(1)Installation and Basic
2020-03-15 08:10 381Docker Compose 2020(1)Installat ... -
VPN Server 2020(2)Docker on CentOS in Ubuntu
2020-03-02 08:04 463VPN Server 2020(2)Docker on Cen ... -
Buffer in NodeJS 12 and NodeJS 8
2020-02-25 06:43 394Buffer in NodeJS 12 and NodeJS ... -
NodeJS ENV Similar to JENV and PyENV
2020-02-25 05:14 487NodeJS ENV Similar to JENV and ... -
Prometheus HA 2020(3)AlertManager Cluster
2020-02-24 01:47 431Prometheus HA 2020(3)AlertManag ... -
Serverless with NodeJS and TencentCloud 2020(5)CRON and Settings
2020-02-24 01:46 341Serverless with NodeJS and Tenc ... -
GraphQL 2019(3)Connect to MySQL
2020-02-24 01:48 254GraphQL 2019(3)Connect to MySQL ... -
GraphQL 2019(2)GraphQL and Deploy to Tencent Cloud
2020-02-24 01:48 455GraphQL 2019(2)GraphQL and Depl ... -
GraphQL 2019(1)Apollo Basic
2020-02-19 01:36 332GraphQL 2019(1)Apollo Basic Cl ... -
Serverless with NodeJS and TencentCloud 2020(4)Multiple Handlers and Running wit
2020-02-19 01:19 318Serverless with NodeJS and Tenc ... -
Serverless with NodeJS and TencentCloud 2020(3)Build Tree and Traverse Tree
2020-02-19 01:19 324Serverless with NodeJS and Tenc ... -
Serverless with NodeJS and TencentCloud 2020(2)Trigger SCF in SCF
2020-02-19 01:18 300Serverless with NodeJS and Tenc ... -
Serverless with NodeJS and TencentCloud 2020(1)Running with Component
2020-02-19 01:17 315Serverless with NodeJS and Tenc ...
相关推荐
自制Docker Virtualbox 该公式解决了基于AMD的MacOS(Ryzentosh)上的Docker问题。 也可以在任何Mac上使用。 安装 从Oracle网站安装Virtualbox 。 请不要忘记删除所有以前的安装。 通过Homebrew安装docker-...
Docker and Kubernetes for Java Developers 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
Learn Docker "infrastructure as code" technology to define a system for performing standard but non-trivial data tasks on medium- to large-scale data sets, using Jupyter as the master controller. ...
Docker Docker Tutorial for Beginners Build Ship and Run 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
Continuous Delivery with Docker and Jenkins Delivering software at scale 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有...
Learn how Docker simplifies dependency management and deployment workflow for your applications Start working with Docker images, containers, and command line tools Use practical techniques to deploy ...
microservices and learn how to deploy and run Java microservices as Docker containers. Moving on, the book will focus on Kubernetes and its features. You will start by running the local cluster using ...
Continuous Delivery with Docker and Jenkins 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
Docker and Kubernetes for Java Developers 英文版 epub格式电子书
[eBook] Continuous Delivery with Docker and Jenkins Delivering software at scale. ISBN: 1787125238, 9781787125230 (2017)
Continuous Delivery with Docker and Jenkins 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有...
资源名称: Docker Desktop for Windows 10 (Docker Desktop Installer.exe) 概述: Docker Desktop for Windows 10 是一个官方提供的强大工具,它允许用户在Windows 10操作系统上轻松运行Docker容器化应用。Docker ...
Docker and Kubernetes for Java Developers 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
Deploying an application using Docker and Kubernetes
For introductory Docker and Kubernetes information, refer to Pro Docker (Apress) and Kubernetes Microservices with Docker (Apress). Some pre-requisite knowledge about using Amazon Web Services (AWS) ...
Jenkins Docker and DevOps The Innovation Catalysts,Jenkins Docker and DevOps The Innovation Catalysts
Set up, configure, and monitor a virtual network of containers using a bridge network and virtual switches Master the skill of networking Docker Containers using frameworks such as Kubernetes, Docker ...