Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpetazzo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jpetazzo
10y ago
This combines the advantages of Device Mapper (granularity) and AUFS/overlay (page cache re-use), and doesn't require new kernel code. Promising!
2.
▲
Using Docker-in-Docker for your CI or testing environment? Think twice
(jpetazzo.github.io)
5 points
by
jpetazzo
11y ago
|
0 comments
3.
▲
My Notes on Amazon's ECS (EC2 Container Service), aka Docker on AWS
(jpetazzo.github.io)
7 points
by
jpetazzo
12y ago
|
0 comments
4.
▲
Attach a volume to a container while it is running
(jpetazzo.github.io)
2 points
by
jpetazzo
12y ago
|
0 comments
5.
▲
by
jpetazzo
12y ago
The comparison with systemd is unfair. Docker wants to be "batteries included, but swappable/removable". If you don't like host management, orchestration, build, etc., you can disable that specific component and put anot
6.
▲
How Docker Was Born
(blog.leanstack.io)
3 points
by
jpetazzo
12y ago
|
0 comments
7.
▲
by
jpetazzo
12y ago
Docker can play with or without Chef/Puppet/Salt/Ansible/etc.: - you can use configuration management tools to author Docker images; - you can use configuration management tools to deploy Docker (and start Docker contain
8.
▲
Skydock: Service discovery for Docker via DNS
(youtube.com)
3 points
by
jpetazzo
13y ago
|
1 comments
9.
▲
by
jpetazzo
13y ago
Actually, Docker doesn't always have docker0; you can configure it to use a different bridge. On my setup, for instance, I use br0 and share the same bridge for containers and VMs.
10.
▲
by
jpetazzo
13y ago
FWIW, boot2docker became my favorite all-purpose, ready-to-run, ridiculously-small-and-therefore-insanely-fast-to-download VM image. It's faster to download it (it's 25 MB) and start it with qemu, than to go through the clicky-poi
11.
▲
by
jpetazzo
13y ago
I don't know yet what will happen for Windows, but an upcoming version of Docker will run on OS X. (I say "upcoming" because I know some core maintainers have OS X support in their local branches, so it's just a matter
12.
▲
by
jpetazzo
13y ago
"A few systems that support LXC", that's actually most modern Linux systems now. Anything with a 3.8 kernel is game.
13.
▲
by
jpetazzo
13y ago
Indeed; for the lucky ones around here with a bare metal Linux box, just substitute kvm instead and ROCK ON!
14.
▲
by
jpetazzo
13y ago
Just do: wget https://github.com/steeve/boot2docker/releases/download/v0.1/boot2docker.iso qemu-system-x86_64 -cdrom boot2docker.iso -m 1024 Mind. Blown.
15.
▲
Boot Docker in 10 seconds on any VM or physical machine with this 30 MB ISO
(github.com)
21 points
by
jpetazzo
13y ago
|
6 comments
16.
▲
How To Install Docker On Ubuntu 13.04 x64 VPS on DigitalOcean
(digitalocean.com)
3 points
by
jpetazzo
13y ago
|
0 comments
17.
▲
by
jpetazzo
13y ago
I assume entire responsibility for this; and the associated confusion which ensues when doing e.g. "curl get.docker.io/blah | sh" :)
18.
▲
by
jpetazzo
13y ago
This is an update to the "classical" Docker presentation. It includes some details about integration with configuration management systems, and the new "-name" and "-link" features.
19.
▲
by
jpetazzo
13y ago
In the Docker issues, also look for the "easyfix" tag. We try to set it for issues that are hopefully actionable for people with a moderate knowledge of Docker and/or Go.
20.
▲
by
jpetazzo
13y ago
There is a trade-off between "running anywhere" and "running mostly anywhere". I.e. going from 99% to 99.99% :-) The server-side component only runs on Linux for now, and while it's supported only on x86_64, people
21.
▲
by
jpetazzo
13y ago
Thanks! godep is definitely cool. But it's a bit sad that it has to be an add-on. Don't get me wrong -- it's a great thing that go gives us a good build system, a good test system, a good dependency system, etc. But if we end
22.
▲
by
jpetazzo
13y ago
> [is there] _any_ hack that allows us to limit the size of the filesystem? Docker 0.7 will let you do that, since each container will have its own (thin) block device, and therefore have a default size limit (which can be trivially bump
23.
▲
by
jpetazzo
13y ago
I don't understand what this means; can you elaborate? Since the attachment for an AOE drive is Ethernet, the drive controller is just an Ethernet NIC...
24.
▲
by
jpetazzo
13y ago
Yup; there are lots of Docker images available at http://index.docker.io/; and more interesting features are on the way (trusted images, automated builds...) Also, the Docker workflow is appealing to (at least) some people;
25.
▲
by
jpetazzo
13y ago
Among the tons of new features, Havana has native support for Docker containers (as a Nova driver). This means at least three big things: - when testing OpenStack workloads, you can spin up containers instead of VMs, and boot environments i
26.
▲
Free Cocaine giveaway from Russian search engine Yandex
(theregister.co.uk)
2 points
by
jpetazzo
13y ago
|
0 comments
27.
▲
by
jpetazzo
13y ago
I work for dotCloud (the company which started Docker), and I was at YaC (Yandex tech conference; the equivalent of Google I/O in Eastern Europe, if you will), and had the opportunity to discuss this with the Yandex team. Here are some
28.
▲
The Cloud Washers Will Lose
(techcrunch.com)
2 points
by
jpetazzo
13y ago
|
0 comments
29.
▲
by
jpetazzo
13y ago
All this stuff also applies if you don't want to use LXC, Docker, or any kind of container. You can put processes in control groups, and get all those metrics as well. This is one of the reasons why OpenVZ was initially rejected from b
30.
▲
All you need to know about LXC and Docker metrics
(blog.docker.io)
5 points
by
jpetazzo
13y ago
|
1 comments
More ›