Skip to content

Instantly share code, notes, and snippets.

@y0an
Last active October 26, 2017 11:19
Show Gist options
  • Save y0an/0e03b2ade9d454ffbf02e72a5ab8ea15 to your computer and use it in GitHub Desktop.
Save y0an/0e03b2ade9d454ffbf02e72a5ab8ea15 to your computer and use it in GitHub Desktop.
Quickstart Linuxkit
#!/bin/bash
set -e
git clone https://github.com/linuxkit/linuxkit.git && cd linuxkit
make
./bin/moby build examples/minimal.yml
./bin/linuxkit run minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment