Install Docker yum install docker-engine After that you just need to pull a drupal container from docker hub docker run -d -p 8080:80 -p 8022:22 -v `pwd`/modules:/var/www/sites/all/modules/custom -v `pwd`/themes:/var/www/sites/all/themes wadmiraal/drupal Access new docker environment on http://yourdockerserver:8080 account login is admin / admin Grab a beer
Category: Computers
Howto and other interesting information on computers systems and programming.
Nov 03
Docker install on OpenSuse Tumbleweed
sudo zypper in docker sudo systemctl start docker sudo systemctl enable docker sudo /usr/sbin/usermod -a -G docker dmalpass sudo docker run –rm -i -t opensuse /bin/bash
Sep 18
Quick one liner to get a full OPatch inventory of your Oracle Middleware Server
After trying to use OEM to grab all the patches from every installed Oracle product, I gave up and decided to write my own one liner. Customize to match your weblogic install directory. This script will first find all Middleware Homes specifically using Weblogic, then run the lsinventory or lspatches to display a full listing. …
Aug 26
How to extend your Wireless Network with DD-WRT
I am always frustrated with WiFi. It seems like a black art needing certain spirits and voodoo dolls in place. Anyway, after struggling for a bit, I thought I would document how I extended my Netgear WNDR3700v2 network hundreds of feet using older Buffalo Routers. I have a barn about 100 feet away from my …
Jul 21
Weblogic Startup Scripts
The following scripts and procedure allows stopping and starting of Weblogic Instances using Jython (Python) scripts and the nodemanager. Services are then created and can be used at startup and shutown for your NodeManager, Admin Server, and Managed Servers. Assumptions: Version = Weblogic 10.3.6 MW_HOME = /u01/app/oracle/weblogic1036R2 JAVA_HOME = /u01/app/jdk DOMAIN = IDMdomain BOOTSCRIPTS LOCATION …


