This is an image that applies some changes to the uber profile of oozie/webapp and builds an Oozie distro with the hadoop-2 profile and Hadoop 2.7.1 libraries.
docker run -ti --rm \
compellon/hadoop-oozie su hadoop -c 'oozie-setup.sh sharelib create -fs hdfs://namenode:8020'
docker run -d --name oozie -p 11000:11000 -p 11001:11001 \
compellon/hadoop-oozie su hadoop -c 'oozied.sh run'