Giter Club home page Giter Club logo

summer's Introduction

README

Step 1: Prepare the qcow2 image

  • Use guestmount (guestmount -a name.qcow2 -i --rw /mnt) to mount the .qcow2 to a folder in /mnt (if nothing is mounted there)
  • copy "./vm daemon/dockghost" to /mnt/etc/init.d/ and chmod to 755
  • create softlinks using ln -s /mnt/etc/init.d/dockghost /mnt/etc/rc*.d/K01dockghost in *={0,1,2,6,S}
  • create softlinks using ln -s /mnt/etc/init.d/dockghost /mnt/etc/rc*.d/S02dockghost in *={3,4,5}
  • compile ghost.c using g++ -Wall ghost.c -o ghost and copy ghost to /mnt/usr/sbin/
  • chmod ghost to 755
  • create folder docker in /mnt
  • create files /mnt/docker/tally and /mnt/docker/log (log files)
  • umount /mnt
  • the qcow2 is ready

Step 2: Use exec.sh in /Execscripts/ to launch a vm

  • to check usage run ./exec.sh

Step 3: Check diagnostic files /docker/log and /docker/tally for any potential faults

summer's People

Contributors

owl-a avatar

Watchers

 avatar

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.