LXC1.1의 백업, 복구, 그리고 CentOS 7 작업 보고서

2674 단어 lxc
  • 네트워크 설정 참조LXC를 통한 bridge 연결 - Qita.
  • 용기 제작

    lxc-create -n centos7 -t centos -- -R 7
    

    부팅

    lxc-start -n centos7
    

    정지하다

  • centos7의stop은 작용하지 않는다-k.
  • /sbin/reboot도 마찬가지로 무효다.centos7은 아직 이르나요?
  • lxc-stop -k -n centos7
    

    백업

    cd /var/lib/lxc/
    tar czfp ~/centos7.tar.gz centos7
    

    원상회복

    cd /var/lib/lxc/
    lxc-stop -k -n centos7
    mv centos7{,.old}
    tar --numeric-owner -xzpf ~/centos7.tar.gz
    

    CentOS7

  • systemd -> Failed to get D-Bus connection: Failed to authenticate in time.
  • /sbin/reboot->응답 없음
  • lxc-stoop-n centos7->응답 없음
  • lxc-stoop-k-n centos7-> 드디어 정지

  • lxc-제작 특권 용기-Qita도 이와 같다.
  • lxc-webpanel

  • 저는 archlinux로 작동을 시도했지만 ubuntu 위에 있지 않으면 정상적으로 작동하지 못할 것 같아서 주의해야 합니다.
  • pacman -S python-flask
    cd /opt
    git clone https://github.com/claudyus/LXC-Web-Panel
    ln -s /opt/LXC-Web-Panel /etc/lwp/
    cd /opt/LXC-Web-Panel
    cp lwp.example.conf lwp.conf
    
    python2 ./setup.py develop
    python2 ./bin/lwp --debug
    
    admin:admin으로 로그인http://ipaddr:5000/합니다.
    백업 비트면 일할 거예요.

    centos5 i686

    yaourt -S --noconfirm yum
    lxc-create -n centos5i686 -t centos -- -R 5 -a i686
    

    좋은 웹페이지 즐겨찾기