参考如下:
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.
启动weblogic镜像服务

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

状态检查

docker搭建weblogic环境
原文:https://www.cnblogs.com/vzhangxk/p/14816717.html