Coder Social home page Coder Social logo

build-docker-from-scratch_64jb's Introduction

build-docker-from-scratch

Build docker from scratch by Python!

Requirements

  • Vagrant
  • Virtualbox

Setup

1. Initialize vagrant machine

$ vagrant up

2. Install dependencies modules

Login to vagrant machine, and switch user to root.

$ vagrant ssh
$ sudo su -

Install Python dependencies modules.

$ cd /vagrant
$ pipenv install --system

Build and install Linux syscall wrapper module.

$ cd /vagrant/app/linux/
$ python3 setup.py install

Verify Linux module installation.

$ pip3 list | grep linux
> linux               1.0

How to use

Docker pull

Execute pull.py like docker pull.

$ python3 pull.py busybox

Pulled Docker image data is saved into under /var/opt/app/images/.

$ ls /var/opt/app/images/
library_busybox_latest  library_busybox_latest.json

Docker run

Execute run.py like docker run.

$ python3 run.py busybox sh
> / # hostname
> 7a16f4bc-9314-4634-8406-aff516b7d3a3

NOTE

You should execute there command as root.

References

build-docker-from-scratch_64jb's People

Contributors

chanmoro avatar trellixvulnteam 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.