Skip to content

Instantly share code, notes, and snippets.

View DoriftoShoes's full-sized avatar

Patrick Hoolboom DoriftoShoes

  • Los Angeles, CA
View GitHub Profile
@DoriftoShoes
DoriftoShoes / gist:5bc50c8ab3369cc484ee9a541f12e671
Created December 7, 2016 00:54
libvirt installation commands
virt-install --name ubuntu1604 \
--ram 4096 \
--disk path=/var/lib/libvirt/images/ubuntu1604.qcow2,size=20 \
--vcpus 2 \
--os-type linux \
--os-variant ubuntutrusty \
--network bridge=br0 \
--graphics none \
--console pty,target_type=serial \
--location 'http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/' \
@DoriftoShoes
DoriftoShoes / docker-compose.yaml
Last active September 27, 2020 17:54
Vault + Consul docker-compose
version: '2'
services:
consul1:
image: "consul:latest"
container_name: "consul1"
hostname: "consul1"
ports:
- "8301:8301"
- "8400:8400"
- "8500:8500"

Keybase proof

I hereby claim:

To claim this, I am signing this object: