Skip to content

Instantly share code, notes, and snippets.

View sarbogast's full-sized avatar

Sebastien Arbogast sarbogast

View GitHub Profile
Verifying that "sebastienarbogast.id" is my Blockstack ID. https://onename.com/sebastienarbogast
Verifying that +sebastienarbogast is my blockchain ID. https://onename.com/sebastienarbogast
@sarbogast
sarbogast / gist:48f45f9cd9235ed53668
Created April 30, 2015 20:26
Couchbase docker on Joyent
laptop:sdc-docker sarbogast$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
laptop:sdc-docker sarbogast$ clear
laptop:sdc-docker sarbogast$ for i in `seq 1 3`; do export container_$i=`docker run --name couchbase-server-$i -d -P couchbase/server couchbase-start`; done
laptop:sdc-docker sarbogast$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
57d1d27c6aa6 couchbase/server:latest "/usr/local/bin/couc 36 seconds ago Up 28 seconds 0.0.0.0:8091-8092->8091-8092/tcp, 0.0.0.0:11207->11207/tcp, 0.0.0.0:11210-11211->11210-11211/tcp, 0.0.0.0:18091-18092->18091-18092/tcp couchbase-server-3
f72a42376742 couchbase/server:latest "/usr/local/bin/couc About a minute ago Up About a minu