Giter Club home page Giter Club logo

export-docker's Introduction

export-docker

Export a Docker container to a lxc container

How to use

sudo ./export-container.py <container id> <new container name>

Example:

$ sudo ./export-container.py f4e7e632964a registry
Exporting Docker container to a lxc container
Docker container id:  f4e7e632964a
New container name:  registry
Full container id  f4e7e632964a822bbd0e633b8ef8422c341d0b43d3e72a869c1154e461cf2302
Container exists [/var/lib/docker/containers/f4e7e632964a822bbd0e633b8ef8422c341d0b43d3e72a869c1154e461cf2302]? True
Rootfs exists [/var/lib/docker/devicemapper/mnt/f4e7e632964a822bbd0e633b8ef8422c341d0b43d3e72a869c1154e461cf2302/rootfs]? True
Init-rootfs exists [/var/lib/docker/devicemapper/mnt/f4e7e632964a822bbd0e633b8ef8422c341d0b43d3e72a869c1154e461cf2302-init/rootfs]? True
Copying rootfs...
Copying config files...
Creating run script...

It's all done! Now just type:
cd registry && sudo ./run.sh

Check the folder just created:

$ find registry/ -maxdepth 2
registry/
registry/rootfs
registry/rootfs/usr
registry/rootfs/home
...
registry/rootfs/tmp
registry/rootfs/root
registry/config.lxc.template
registry/run.sh
  • config.lxc.template: The lxc config file
  • run.sh: Script to run the container
  • rootfs/: Folder with all container files

To run:

$ sudo ./run.sh
root@f4e7e632964a:/#

Why

  • To have a lxc container independent from Docker (docker0 network interface is the only dependency)
  • To learn about lxc and Docker
  • For fun :)

export-docker's People

Contributors

fabiofalci 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.