Giter Club home page Giter Club logo

dgx-a100-server-allocation's People

Contributors

sunhongmin225 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

dgx-a100-server-allocation's Issues

reboot 시 mount 해제 및 docker 재설정 문제

reboot 하게 되면 /raid로의 mount가 해제되고 docker가 start 된 상태로 시작해서 /var/lib/docker -> /raid/docker이 해제되고 그 자리에 새로운 docker 파일들이 설정됩니다.
sudo mount /dev/md1 /raid
sudo systemctl stop docker
sudo rm -rf /var/lib/docker
sudo mkdir /var/lib/docker
sudo mount --rbind /raid/docker /var/lib/docker
해주면 되지만
매번 이렇게 하는 게 번거로울 거 같습니다.
재시작 시 mount /dev/md1 /raid를 자동으로 되도록 설정하는 방법에 대한 안내가 필요할 듯합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.