Install Weblogic____web with Docker

Source: Internet
Author: User
Tags magic call docker run
installing WebLogic 12.1.3 with Docker (easier) If you are work on a linux-based machine as your development environment and you aren ' t familiar with Docker yet, check the W The hat is Docker, then give it a try. Long story Short:docker is a Linux container; It is like a virtual machine, but it isn't (there are people running Docker on top of vagrant virtual machines Example). The most important thing for us this is it would create a virtual network interface with a virtual IP address.   My laptop runs Ubuntu 14.04, so I used this Docker installation to set it up. I'll assume you'll have Docker installed on your computer somehow, following instructions for your own operational sys Tem. Download the Zip or Checkout the Docker-images Git repository and extract somewhere on your. I'll use the $DOCKER _home as a reference to that location. Copy the Wls12130_dev.zip your download previously into $DOCKER _home/docker-images/dockerfiles/12.1.3 call the. /builddockerimage.sh script (as sudo) and wait foR Docker to does its magic call Docker Run-p 8001:8001 Oracle/weblogic:12.1.3-developer and the WebLogic going up and Runni Ng on a docker container.  It'll attach Port 8001 to your host interfaces Open Http://localhost:8001/console. Username/password are weblogic/welcome1

    Note: This tutorial was chosen from Oracle's official website and was intended for translation and sharing, but it was later found that the version used was older and now does not recommend it. If you need to install, please go to github:https://github.com/oracle/docker-images

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.