Tiny Core 6.164bit 버전 설치 및 docker 시작 노트

4480 단어 DockerTinyCore

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
  • /usr/local/etc/init.d/openssh에 typo가 있음을 주의하십시오.
  • 시작할 노트



  • 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 안돼.


  • Binaries - Docker Documentation
  • a properly mounted cgroupfs hierarchy (having a single, all-encompassing "cgroup"mount point is not sufficient)
    왜냐하면 cgroup의 대응이죠.

    좋은 웹페이지 즐겨찾기