Skip to content

Instantly share code, notes, and snippets.

View rossjimenez's full-sized avatar

Ross Jimenez rossjimenez

View GitHub Profile
INSTRUCTIONS:
Mediawiki: "An example demonstrating a 2 service app with a Volume mount. Complete the MediaWiki setup, make sure to utilize in the MySQL Settings section: Database host: mysql (this is the link alias) Database password for root: MediaWiki.123 When complete you will need to take the LocalSettings.php and put it in your host volume."
MySQL: "MySQL image, root password set via Env Variable "
Mediawiki:
image: "nickstenning/mediawiki:latest"
links:
- "MySQL:mysql"
ports:
- "8088:80"
volumes:

#Deploying to Your Mesosphere Cluster with CenturyLink’s Panamax

Panamax is a powerful Docker workflow tool that makes creating containerized applications easy, and deploying them even easier. An open source project from CenturyLink Labs, Panamax allows you to create application templates, configure your containers, test them on your local machine, and deploy your application to remote hosting targets.

Mesosphere the creators of the Mesosphere Datacenter Operating System (DCOS) for managing datacenter and cloud resources at Web scale, provides a tool, Marathon, for launching long-running services on a Mesosphere DCOS cluster. The Panamax team is happy to announce that a Marathon remote deployment adapter is now available, making it possible to deploy to your Mesosphere DCOS cluster with Panamax, right from your browse

@rossjimenez
rossjimenez / 0_reuse_code.js
Last active August 29, 2015 14:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console