Skip to content

Instantly share code, notes, and snippets.

# Meta details
Running `kata-collect-data.sh` version `1.3.0 (commit a786643)` at `2018-10-04.05:17:46.278359928+0000`.
---
Runtime is `/usr/bin/kata-runtime`.
# `kata-env`
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.22 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
# Running a DinD instance with Kata Containers
1. Start on a clean Ubuntu 16.04 machine (if virtualized, enable VT-X support in your hypervisor like Hyper-V).
2. Follow Kata's install guide for the Kata runtime [here](https://github.com/kata-containers/documentation/blob/master/install/ubuntu-installation-guide.md).
3. Continue with the installation guide for docker [here](https://github.com/kata-containers/documentation/blob/master/install/docker/ubuntu-docker-install.md) and skip step 4!
4. Rebuild the guest kernel with overlayfs & btrfs support:
This file has been truncated, but you can view the full file.
Log file created at: 2018/06/11 11:37:32
Running on machine: gru
Binary: Built with gc go1.10 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0611 11:37:32.986138 80707 config.go:39] config file: %!(EXTRA string=/etc/hyper/config)
I0611 11:37:32.986422 80707 config.go:74] [/etc/hyper/config] config items: &types.HyperConfig{ConfigFile:"/etc/hyper/config", Root:"/var/lib/hyper", Host:"", GRPCHost:"127.0.0.1:22318", StorageDriver:"overlay", StorageBaseSize:"", VmFactoryPolicy:"", Driver:"qemu", Kernel:"/var/lib/hyper/kernel", Initrd:"/var/lib/hyper/hyper-initrd.img", Bridge:"", BridgeIP:"", DisableIptables:false, EnableVsock:false, DefaultLog:"", DefaultLogOpt:map[string]string(nil), logPrefix:"[/etc/hyper/config] "}
I0611 11:37:33.110319 80707 driverloader.go:63] Driver "qemu" loaded
I0611 11:37:33.110329 80707 daemon.go:225] The hypervisor's driver is qemu
I0611 11:37:33.110435 80707 network_linux.go:96] bridge exist
I0611 11:37:33.110617 80707 setup_linux.go:2
### Keybase proof
I hereby claim:
* I am enzian on github.
* I am enzian (https://keybase.io/enzian) on keybase.
* I have a public key whose fingerprint is 0154 F214 D090 D58F 13EA 4DFA 2AA9 AAA7 B789 AB64
To claim this, I am signing this object:
@enzian
enzian / gist:38e03fdeae6690de34bb
Last active March 23, 2018 06:55
git setup leuchter
$ git config --global user.name "Dawyne <The Rock> Johnson"
$ git config --global user.email "the.rock@destruction.com"
$ git config --global alias.lg1 log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
$ git config --global alias.lg2 log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
$ git config --global alias.lg lg1