HN user

roxmon

49 karma
Posts0
Comments8
View on HN
No posts found.

I run into this pretty frequently with Docker on Mac OS X. Passing the `--rm` flag helps, but for cleaning up old/unused containers, I usually set these two commands on a cron:

    # Remove un-tagged or un-named images
    for im in $(docker images | awk '/<none>/ { print $3 }'); do docker rmi $im; done

    # Remove stopped containers
    docker rm $(docker ps -a -q)

Does anyone have more information about this essay (apart from it being written by Alan Kay)?

I can't seem to find anything that doesn't link back to the worrydream site.

He mentions towards the end that there's a load-balancer that pauses the connection while the migration occurs. When the container comes back up, the traffic is redirected to the new instance and the connection resumes.

Agree 100%. The first line:

Firefox OS for TV is a new direction that base on the vision of Connected Home from Mozilla.

I mean, c'mon. It's hard to take the post seriously when they didn't even bother to proof-read.

It also doesn't help that the Hadoop ecosystem is unstable, insecure, and overkill for the vast majority of the use-cases out there. Cloudera can also be thrown into the same bucket when they will no doubt file next year.

IMHO Hadoop just doesn't have a viable business model behind it. The people that really need a big data solution will run it themselves, and the people that don't (who will have it shoved down their throats all in the name of big data anyways) will unsuccessfully run it for a year or two before scrapping it for a better, more appropriate solution.