captainill
37aa6ea85d
cleanup banners
2015-09-28 00:35:32 -07:00
captainill
312dfe775e
remove errant green background
2015-09-28 00:23:27 -07:00
captainill
9d4ecb0d83
density responsive image
2015-09-28 00:22:51 -07:00
captainill
360f7d2a74
healing responsive image
2015-09-28 00:04:08 -07:00
captainill
df36f35c63
workloads responsive image
2015-09-27 23:59:56 -07:00
captainill
8001237a7a
the cover iamge
2015-09-27 23:42:30 -07:00
captainill
967f6663a8
update hero cover image
2015-09-27 23:41:16 -07:00
captainill
670aee5cdb
responsive partners
2015-09-27 21:55:13 -07:00
captainill
90f4ea32b8
responsive footer fix
2015-09-27 19:09:45 -07:00
captainill
a174f7f4f8
responsive style: easily deploy
2015-09-27 19:07:18 -07:00
captainill
179ff542aa
responsive hero
2015-09-27 17:47:21 -07:00
captainill
a3e9389e80
tighten up header/hero
2015-09-27 15:44:44 -07:00
captainill
c7800d2771
make hero bg image seamless/repeating to cover all monitor res
2015-09-27 00:32:05 -07:00
captainill
1a888d8dc0
Merge branch 'master' of https://github.com/hashicorp/nomad into live-site
2015-09-26 20:14:54 -07:00
Armon Dadgar
91e69c5973
website: lowercase examples of dynamic ports
2015-09-26 18:26:51 -07:00
captainill
83e7a0dd89
responsive header css
2015-09-26 14:10:27 -07:00
captainill
ea4d0923da
docs cleanup
2015-09-26 14:07:17 -07:00
Ryan Uber
402bcaef18
demo/digitalocean: remove unneeded index
2015-09-26 12:38:31 -07:00
Ryan Uber
d8f0519451
demo/digitalocean: realistic redis requirements
2015-09-26 11:17:24 -07:00
Ryan Uber
caee693215
demo/digitalocean: tighten bench output
2015-09-26 10:50:21 -07:00
Ryan Uber
d160be0e73
demo/digitalocean: fix after docker repo change
2015-09-26 10:30:08 -07:00
Ryan Uber
34eb89d817
demo/digitalocean: easier tuning for demo
2015-09-26 09:57:48 -07:00
Ryan Uber
cf76f2a697
demo/digitalocean: use redis
2015-09-26 09:48:46 -07:00
Ryan Uber
2bb468bedf
demo/digitalocean: move bench.go
2015-09-26 09:44:15 -07:00
Ryan Uber
56f7c271c9
demo/digitalocean: add a demo job
2015-09-26 09:43:40 -07:00
Ryan Uber
1a4934f390
demo/digitalocean: better benchmark
2015-09-26 09:39:19 -07:00
Ryan Uber
5b99887dfb
demo/digitalocean: add bench app
2015-09-26 09:29:07 -07:00
Chris Bednarski
96f3641b29
Merge pull request #121 from hashicorp/f-docker-native
...
Docker is now native go
2015-09-26 00:36:26 -07:00
Chris Bednarski
af314b0f4d
Log an info when an image can't be removed because it's still in use
2015-09-26 00:34:57 -07:00
Chris Bednarski
5632a33036
Use env.Get, remove sha256 checks, and change from regexp to strconv to test for int
2015-09-25 23:55:01 -07:00
Chris Bednarski
7021ac3ce8
Add docker 'command' to docs; cleanup some comments
2015-09-25 23:28:23 -07:00
Chris Bednarski
23407c54af
Replace docker version and docker ps with native calls; no more exec!
2015-09-25 23:13:40 -07:00
Ryan Uber
38624790b5
demo/digitalocean: disable hostname in metrics
2015-09-25 22:44:57 -07:00
Chris Bednarski
72cd22347f
Docker kill now exits with an error, as expected
2015-09-25 22:43:19 -07:00
Chris Bednarski
fc012f5de9
Merge pull request #120 from hashicorp/b-docker-fixes
...
Improve handling of tagged docker images
2015-09-25 22:29:44 -07:00
Chris Bednarski
0c31a83783
Go native for docker API calls
2015-09-25 20:01:03 -07:00
Chris Bednarski
2be5a4767c
Actually add the fixture
2015-09-25 19:01:29 -07:00
Chris Bednarski
f1f285fb10
Fix case sensitivity issue; also verify we don't get collisions
2015-09-25 18:59:17 -07:00
Chris Bednarski
e6253b21f6
Put that back too.
2015-09-25 18:45:39 -07:00
Chris Bednarski
198159c5be
Put that back!
2015-09-25 18:38:41 -07:00
Chris Bednarski
a8c8fc2f96
Merge branch 'master' into b-docker-fixes
...
Conflicts:
client/driver/docker_test.go
client/driver/java_test.go
client/driver/qemu_test.go
2015-09-25 18:35:23 -07:00
Chris Bednarski
efb7c409bb
Improve handling of tagged docker images
...
- Converted Start() to use docker native client throughout
- Better handling of latest vs. tagged images
- We can now support multiple versions of an image
- We will now not download a tag if we already have it
2015-09-25 18:22:10 -07:00
Alex Dadgar
70d4490730
Merge pull request #107 from hashicorp/f-disk-isolation
...
Chroot isolation of processes running on linux
2015-09-25 18:12:40 -07:00
Alex Dadgar
6ca7c6680d
Fix client init logging and test
2015-09-25 18:12:11 -07:00
Alex Dadgar
70a1a37f84
Small test cleanup
2015-09-25 17:55:29 -07:00
Chris Bednarski
d8e492d950
Added a failing test case for multiple docker tags
2015-09-25 17:38:07 -07:00
Chris Bednarski
aa3019780d
Added docker test to spin up 3 containers at the same time
2015-09-25 17:35:33 -07:00
Armon Dadgar
f47dae26ba
website: missing links and copy
2015-09-25 17:09:35 -07:00
Chris Bednarski
32d260281f
Added guards to tests so we can more gracefully degrade the test suite when thing are not installed
2015-09-25 16:49:26 -07:00
Alex Dadgar
5a76693bc6
Fix comments
2015-09-25 16:49:19 -07:00