For those interested in playing with Docker (see
https://www.ibm.com/developerworks/linux/linux390/docker.html for the
binaries), there are several containers that may be pulled from
https://hub.docker.com/u/brunswickheads that may be of interest:

- base image: Starting point for building other containers

- java: a basic image plus java that may be used for building other
java-based containers

- Spark: Apache Spark is a fast and general-purpose cluster computing
system. It provides high-level APIs in Java, Scala, Python and R, and an
optimized engine that supports general execution graphs. It also supports
a rich set of higher-level tools including Spark SQL for SQL and
structured data processing, MLlib for machine learning, GraphX for graph
processing, and Spark Streaming.

- Qpid: A message broker daemon that receives stores and routes messages
using the open AMQP messaging protocol.

- django: Django is a high-level Python Web framework that encourages rapid
development and a clean, pragmatic design. It focuses on automating as
much as possible and adhering to the DRY (Don't Repeat Yourself)
principle.

- earthquake: Terminal-based twitter client -
  * Use Twitter entirely in your Terminal.
  * Receive data in real time with Streaming API.
  * Easily extend using Ruby.


- memcached: memcached is a high-performance, distributed memory object
caching system, generic in nature, but intended for use in speeding up
dynamic web applications by alleviating database load.

- lighttpd: Secure, fast, compliant and very flexible web-server which has
been optimized for high-performance environments. It has a very low memory
footprint compared to other webservers and takes care of cpu-load. Its
advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
URL-Rewriting and many more) make it the perfect webserver-software for
every server that is suffering load problems.

- registry: Registry server for Docker (hosting/delivering of repositories
and images).

- redis: Redis is an advanced key-value store. It is often referred to as
a data structure server since keys can contain strings, hashes, lists,
sets and sorted sets.

- httpd: Apache web server

- nodejs: IBM port of Node.js - a JavaScript runtime built on Chrome's V8
JavaScript engine. Node.js uses an event-driven, non-blocking I/O model
that makes it lightweight and efficient. Node.js' package ecosystem, npm,
is the largest ecosystem of open source libraries in the world.

- hello-nodejs: A simple hello world app using nodejs

- postgreSQL: PostgreSQL is an advanced Object-Relational database
management system (DBMS). The postgresql-server package contains the
programs needed to create and run a PostgreSQL server.

- mediawiki: MediaWiki is the software used for Wikipedia and the other
Wikimedia Foundation websites. Compared to other wikis, it has an
excellent range of features and support for high-traffic websites using
multiple servers.

- mongodb: A MongoDB 2.6.6 container based on the IBM port of MongoDB.
Mongo (from "humongous") is a high-performance, open source, schema-free
document-oriented database. MongoDB is written in Cﯯ and offers the
following features:
  * Collection oriented storage: easy storage of object/JSON-style data
  * Dynamic queries
  * Full index support, including on inner objects and embedded arrays
  * Query profiling
  * Replication and fail-over support
  * Efficient storage of binary data including large objects (e.g. photos
and videos)
  * Auto-sharding for cloud-level scalability (currently in early alpha)
  * Commercial Support Available
A key goal of MongoDB is to bridge the gap between key/value stores (which
are fast and highly scalable) and traditional RDBMS systems (which are
deep in functionality).

- mariadb: MariaDB is a community developed branch of MySQL. MariaDB is a
multi-user, multi-threaded SQL database server. It is a client/server
implementation consisting of a server daemon (mysqld) and many different
client programs and libraries.

- tomcat: Tomcat is the servlet container that is used in the official
Reference Implementation for the Java Servlet and JavaServer Pages
technologies.

These should work with RHEL and, if the docker advertising is correct,
SUSE. They were built on our CentOS-like distribution ClefOS 7.1.
(http://www.sinenomine.net/products/linux/clefos)

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to