CoreOS Launches Rkt 1.0 (eweek.com)
darthcamaro writes: Docker is about to get some real competition in the container runtime space, thanks to the lofficial aunch of rkt 1.0. CoreOS started building rkt in 2014 and after more than a year of security, performance and feature improvement are now ready to declare it 'production-ready.' While rkt is a docker runtime rival, docker apps will run in rkt, giving using a new runtime choice: "rkt will remain compatible with the Docker-specific image format, as well as its own native App Container Image (ACI). That means developers can build containers with Docker and run those containers with rkt. In addition, CoreOS will support the growing ecosystem of tools based around the ACI format."
It makes it hard to read.
Same here, when I see rkt, that reads "rootkit" to me. However, I work in information security and have for many years, so everything makes me thing of something security-related.
Is this about stevedores?
Do I really want to use something that looks like an acronym for "Rootkit"??
I am Slashdot. Are you Slashdot as well?
I've followed Docker with some interest, and as an admin who primarily works with Windows running on VMWare I've yet to see any way to make use of it. If I want to test an app in a clean environment, I spin up a new Windows server as a virtual machine, play around, revert as needed, and destroy it. Production servers are basically the same thing. Is this just for the *nix folks?
Horror & SciFi Erotic Nudes
Maybe they were going for Racket but that's already taken by schemers.
Since you're a Windows user/admin, Docker will do nothing for you. It is Linux Containers with additional development. It's not a full virtual machine, it's a virtual userspace running on top of a Linux kernel. It allows you to virtualize your Linux-based application (Even requiring other virtual containers so you always know what version of XYZ you're running), but it won't do anything for Windows.
In addition to docker MS has Winmin for tiny hardened Windows containers that can run in hyper-V too. SSH is coming to server 2016 R2 as well inside powershell. MS has really improved their server offerings from the NT days
http://saveie6.com/