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. 获取Weblogic镜像:查看下载的镜像:[root@muze1 ~]# docker image ls 

启动weblogic镜像服务

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

状态检查

posted @ 2021-05-27 10:11  beawh  阅读(128)  评论(0编辑  收藏  举报