Tiny Core 6.164bit 버전 설치 및 docker 시작 노트
CorePlus-current.iso에서 boot
tc-install.tcz 로드
sudo mount /mnt/sr0
tce-load -i /mnt/sr0/cde/optional/tc-install.tcz
64비트 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
i
CorePure64-6.1.iso
f
1
y
3
3
y
설치가 완료되었습니다.
재부팅 확인 후 HDD에서 부팅합니다.
64비트 버전 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
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
시작할 노트
bridgebig my secret.가 지원되지 않는 현상은 이와 같습니까?
tce-load -wi git
tce-load -wi xz
tce-load -wi iptables
tce-load -wi net-bridging-3.16.6-tinycore64
움직인 것 같아.
docker pull 이동
docker run 안돼.
왜냐하면 cgroup의 대응이죠.
Reference
이 문제에 관하여(Tiny Core 6.164bit 버전 설치 및 docker 시작 노트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tukiyo3/items/d61b2054560451c47fdc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)