HN user

kstaken

273 karma
Posts27
Comments11
View on HN
www.elastic.co 9y ago

Painless a new scripting language

kstaken
1pts0
github.com 9y ago

Teraslice – Distributed computing platform for processing JSON in Elasticsearch

kstaken
9pts0
medium.com 10y ago

Why I Use Tape Instead of Mocha and So Should You

kstaken
2pts0
pedromadias.wordpress.com 12y ago

Scaling nodechecker with Docker

kstaken
7pts0
dockerbook.com 12y ago

Docker Book Sample Chapter

kstaken
4pts0
groups.google.com 12y ago

Docker 0.5.2 Released - Security Update

kstaken
4pts2
github.com 12y ago

ShipBuilder - Open Source PaaS written in Go

kstaken
41pts12
coder1.com 13y ago

Install Docker on linode

kstaken
1pts0
github.com 13y ago

Test Kitchen Driver for Docker

kstaken
2pts0
www.coolgarif.com 13y ago

Using Docker as development environment

kstaken
3pts0
www.parityportal.com 13y ago

Oracle dropping Sun Virtualization Tech but keeping Virtualbox

kstaken
2pts0
www.dockerbook.com 13y ago

The Docker Book

kstaken
68pts15
github.com 13y ago

Nixops - Nixos cloud deployment tool

kstaken
1pts0
www.guardian.co.uk 13y ago

NSA warned to reign in surveillance

kstaken
6pts1
saltstarters.org 13y ago

Salt Stack Module and State Examples

kstaken
2pts0
www.meetup.com 13y ago

Docker hackday in SF

kstaken
4pts0
www.12factor.net 13y ago

12 Factor model for architecting SaaS applications

kstaken
7pts1
dischord.org 13y ago

Getting started with Docker and Owncloud

kstaken
3pts0
github.com 13y ago

Dockermix multi-container Docker environment controller

kstaken
8pts0
www.kstaken.com 13y ago

Run isolated apache instances under Docker

kstaken
4pts0
meshedinsights.com 13y ago

A Change in License for Berkeley DB

kstaken
79pts77
www.slideshare.net 13y ago

Lightweight PostgreSQL deployments with Docker

kstaken
11pts1
medium.com 13y ago

Apocalypse When

kstaken
2pts0
www.js2node.com 13y ago

Node.js can replace wordpress?

kstaken
5pts3
robknight.org.uk 13y ago

Drupal on Docker

kstaken
44pts12
agiliq.com 13y ago

Quick and easy Django app deployment with Docker

kstaken
6pts0
crosbymichael.com 13y ago

Create Dockerfiles for easily buildable Docker containers

kstaken
34pts7

Terascope | Software / Data / UI Engineers | Phoenix AZ | ONSITE

Terascope provides software and technical services to assist companies deploying Elasticsearch at scale. We assist customers with design, development and operations and through our Open Source efforts are developing the Teraslice platform for distributed JavaScript.

Our technical platform is Node.js, Typescript, React, Elasticsearch, Kafka and Kubernetes and our systems process hundreds of billions of pieces of data every day using Teraslice. If you're fascinated by the scalability of data processing and interested in developing a platform at the intersection of search, batch and stream processing this can be an interesting opportunity.

We're hiring UI Engineers, Software engineers, Data Engineers. Please see our open jobs for detail on the available positions https://terascope.applytojob.com/apply

CoreOS is an operating system designed to run docker containers. You would use it as lighter weight replacement for something like Ubuntu as the base os that Docker runs on. When you install CoreOS you basically just get a kernel, Docker and etcd plus a minimal number of other processes. Etcd is designed as a way to allow a distributed set of containers to self-configure.

Flynn is an open source project to build a "platform as a service" platform on top of Docker. In theory Flynn could run on top of CoreOS.

Docker is the core of everything.

Yep, jails, containers, solaris zones all the way back to IBM mainframes have been similar core technologies. Docker it self isn't containerization, Docker builds on Linux containers but adds a layer to dramatically simplify the build, distribution and execution of containers and that's what makes it game changing.

docker run gtihub.com/some/project

That command will clone, build and execute a container based on the contents of a repository by simply dropping a Dockerfile in the root of the project. That's a fundamentally different level of usage beyond any existing container technology.

The Docker Book 13 years ago

Yep I'm just a fan and minor contributor to Docker. Thought it was interesting to see a book so early but I do agree it's probably too early. Docker is changing fast. Version 0.5 should likely be out today.

Drupal on Docker 13 years ago

Vagrant is intended to make starting, provisioning and then destroying and rebuilding virtual machine instances quick and easy. It makes it much easier to bring up VMs in different configurations for different projects and provides a way to store the runtime environment configuration with the code for a particular project. It's primarily a tool for software developers but as it gains more provisioning capability it's roll seems to be expanding and you can use ansible as a tool to provision a vagrant VM.

Drupal on Docker 13 years ago

Docker is a layer on top of raw containers that makes them more usable. In particular the tools it provides to create and publish containers are extremely useful. It uses LXC under the covers and there is talk about supporting other container implementations as well.

Well given that the JumpBox for Ruby on Rails isn't really about EC2 or scalability the original submission is a little misleading. JumpBoxes do run on EC2, but they are also downloadable and run on VMWare, Parallels, Microsoft Virtual PC and Xen so that you can have the exact same environment whether in the cloud, on a local server or on your desktop. This is the unique advantage.