Matches for docker, 152 total results Sorted by newest | relevance
Sun Feb 22 19:23:52 UTC 2015 <punkman> ben_vulpes: is that why rubyists love docker?
Wed Feb 04 18:11:17 UTC 2015 <trinque> among other lols, they want to eat docker, manage your firewall, make the logger speak http...
Fri Jan 16 03:20:59 UTC 2015 <thestringpuller> ben_vulpes: docker is like being a kid at christmas all over again
Fri Jan 16 02:10:40 UTC 2015 <ben_vulpes> docker run -d to daemonize the proc in container
Fri Jan 16 01:29:26 UTC 2015 <thestringpuller> ben_vulpes: i'm addicted to docker
Wed Jan 14 22:44:03 UTC 2015 <thestringpuller> davout: i'm running docker on local machines and want a cardano to hold certain application keys. plug that up to one of the docker servers. relatively easy airgap
Wed Jan 14 22:31:57 UTC 2015 <davout> thestringpuller: i can't think of a purpose for which docker-based deploys would be equivalent to a cardano based setup
Wed Jan 14 22:26:15 UTC 2015 <thestringpuller> ben_vulpes: well I"m thinking of using docker to deploy gpg server stuffs
Wed Jan 14 22:04:53 UTC 2015 <ben_vulpes> for instance, i've got a client who (for some silly reasons) basically needs to throw out their Solr index on a daily basis. the approach to date has been to drop the index at a low-traffic time, rebuild, and hope nobody notices. with docker, we can boot a new container, index into it, and then when the indexing is complete, shut the old solr container down and boot the new solr container.
Wed Jan 14 19:11:01 UTC 2015 <thestringpuller> ben_vulpes: docker is nuts. i hope they make it.
Fri Jan 09 19:34:22 UTC 2015 <ben_vulpes> actually thestringpuller you can use docker to compile c on whatever and ship the resulting binary to the raspi
Fri Jan 09 19:34:03 UTC 2015 <ben_vulpes> <thestringpuller> ben_vulpes: docker runs on rasbpi << and?
Fri Jan 09 18:43:33 UTC 2015 <thestringpuller> ben_vulpes: docker runs on rasbpi
Thu Jan 08 17:08:52 UTC 2015 <thestringpuller> him and his docker
Tue Dec 16 04:35:56 UTC 2014 <ben_vulpes> i wrote a thing that handles turning standard piles of software into running software on ec2 with docker for environment isolation
Tue Dec 16 04:35:36 UTC 2014 <mircea_popescu> weren't you all into puppet/docker/we ?
Mon Dec 08 05:47:46 UTC 2014 <ben_vulpes> well /etc/default/docker but look at it through whatever lens you like baws
Mon Dec 08 05:47:04 UTC 2014 <mircea_popescu> ben_vulpes check it out, docker is like bdb, except differently named undocumented config file.
Mon Dec 08 05:44:46 UTC 2014 <ben_vulpes> mats: today i discovered that docker images have a 10GB limit unless you specify otherwise with dm.whatever options on the command line for the docker daemon
Fri Dec 05 21:47:58 UTC 2014 <mats_cd03> ben_vulpes: have you tried out Fig for docker deployments? its nice.