How to run Splunk in a Docker container in 10 minutes Splunk Enterprise [https://splunk.com] is a leading product for IT where Administrators, Security Operations, and Developers can send data from almost anywhere into a real-time analytics pipeline to correlate and diagnose events. If you are like me and you want to try Splunk out to get a feel for
The 5 minute guide to running Docker on Windows with Hyper-V Ok lets go ahead and quickly get started. I am including the time this blog takes to read as part of the five minute setup. Quick Background Dockers is a first class panting solution built for the Linux sysadmin- jk. Didn't think we had times for jokes in
Modifying Kitematic to run on Windows 10 with Hyper-V Kitematic is a new player in the Docker arsenal, and fully featured with Docker's release of the new Toolbox. Kitematic has two basic principles 1. Give everyone a streamlined process to spin up and try Docker on their local machine 2. Bring a delightful UI experience to the
Featured Docker Registry in Azure walkthrough and speed tests with Docker Swarm The Docker Registry is an application you can run in your datacenter environment to store your organization's Docker images. The Registry application mimics the current Docker Hub registry that all Docker clients use by default. The main appeal of running a separate Docker registry has mostly been control
Featured Using Azure Files with Linux Azure has a great preview service that allows you to take advantage of numerous services before they hit the main stream found here [http://azure.microsoft.com/en-us/services/preview/]. One of the fun ones on the block is Azure Files [https://account.windowsazure.com/PreviewFeatures?fid=xsmb] . Azure Files
Docker-Machine to set up Docker Swarm on Azure Walkthrough With Docker being the best thing since sliced bread, I felt it necessary to provide a simple how-to guide on Docker's more robust tool sets. There are a ton of guides out there that go over the basic Docker principles and show you how to type docker run;