LoginSignup
5
5

More than 5 years have passed since last update.

Tiny Core 6.1 64bit版のインストールと、dockerを動かそうとしたメモ

Last updated at Posted at 2015-03-08

CorePlus-current.iso からboot

1.png

tc-install.tcz のロード

sudo mount /mnt/sr0
tce-load -i /mnt/sr0/cde/optional/tc-install.tcz

64bit版isoダウンロード

wget http://tinycorelinux.net/6.x/x86_64/release/CorePure64-6.1.iso

インストーラ修正

cp `which tc-install.sh` .
sed -e 's/vmlinuz/vmlinuz64/g' \
    -e 's/core/corepure64/g' \
    tc-install.sh > tc-install64.sh

インストール実行

sudo sh ./tc-install64.sh

tc-install1.png

i
CorePure64-6.1.iso

tc-install2.png

f


tc-install4.png

1

tc-install5.png

y

tc-install6.png

3

tc-install7.png

3

y


tc-install8.png

インストール完了。
再起動しHDDから起動することを確認。

64bit版boot

sshdの起動の仕方

tce-load -wi openssh
cd /usr/local/etc/
sudo sed -i -e "s/sshdd/sshd/g" init.d/openssh
sudo cp ssh/sshd_config_example ssh/sshd_config
sudo init.d/openssh start
  • /usr/local/etc/init.d/openssh 内でtypoあるので注意。

docker動かそうとしたメモ

スクリーンショット 2015-03-09 7.38.35.png

  • big my secret.と同じ現象でbridgeをサポートしていない??

スクリーンショット 2015-03-09 7.46.15.png

tce-load -wi git
tce-load -wi xz
tce-load -wi iptables
tce-load -wi net-bridging-3.16.6-tinycore64

スクリーンショット 2015-03-09 7.49.25.png

動いたように思ったが・・・

docker pullは動く

ubuntu.png

docker runがダメだった。

error.png

a properly mounted cgroupfs hierarchy (having a single, all-encompassing "cgroup" mount point is not sufficient)

原因はcgroup対応だろうなぁ

5
5
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
5