2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CoreOSのtoolboxが便利

Last updated at Posted at 2015-07-26

参考

修正

~/.toolboxrc
TOOLBOX_DOCKER_IMAGE=ubuntu-debootstrap
TOOLBOX_DOCKER_TAG=latest
toolbox
  • ubuntu-debootstrap:latest のコンテナでbashが起動する。
  • コンテナから抜けても中身は維持される。

toolboxからdockerコマンドも使いたい場合

toolbox --bind=/run:/run

alias設定するには

~/.bash_profile
alias toolbox='toolbox --bind=/run:/run'

toolboxの削除

rm -rf /var/lib/toolbox/*

自分用インストーラ

curl https://raw.githubusercontent.com/tukiyo/dockerimage-ja/master/toolbox/install.sh | sh
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?