LoginSignup
5
0

More than 5 years have passed since last update.

Mobyを使ってLinuxKitをビルドして起動してみる

Last updated at Posted at 2017-06-06

Mobyを使ってLinuxKitをビルドして起動してみる

mobyを取得

go get -u github.com/moby/tool/cmd/moby

Linuxkitを取得

go get -u github.com/linuxkit/linuxkit/src/cmd/linuxkit

Linuxkitのビルド

cd $GOPATH/src/github.com/linuxkit/linuxkit
moby build linuxkit.yml

起動

linuxkit run linuxkit

image.png

haltコマンドを実行すると終了できる。

参考

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0