docker搭建weblogic环境

参考如下:

Installing WebLogic 12.1.3 with Docker (easier)

If you work on a Linux-based machine as your development environment and you aren‘t familiar with Docker yet, check the What is Docker, then give it a try. Long story short: Docker is a Linux container; it is like a virtual machine, but it is not (there are people running Docker on top of Vagrant virtual machines, for example). The most important thing for us here is that it will create a virtual network interface with a virtual IP address.
 
My laptop runs Ubuntu 14.04, so I used this Docker Installation Instruction to set it up. I will assume you will have Docker installed on your computer somehow, following instructions for your own operational system.docker搭建weblogic环境 获取Weblogic镜像:docker搭建weblogic环境查看下载的镜像:[root@muze1 ~]# docker image ls 

启动weblogic镜像服务

docker搭建weblogic环境

  浏览器验证服务(http://192.168.10.129:17001/console   weblogic welcome1)

docker搭建weblogic环境

状态检查

docker搭建weblogic环境

docker搭建weblogic环境

上一篇:auto js的安装及使用


下一篇:jsp文本框如何动态设置只读以及设置select是否可以下拉