Skip to content

Instantly share code, notes, and snippets.

View y0an's full-sized avatar

Yoan Rousseau y0an

View GitHub Profile
@y0an
y0an / linuxkit101.sh
Last active October 26, 2017 11:19
Quickstart Linuxkit
#!/bin/bash
set -e
git clone https://github.com/linuxkit/linuxkit.git && cd linuxkit
make
./bin/moby build examples/minimal.yml