Skip to content

Instantly share code, notes, and snippets.

@bladelee
Created February 23, 2014 16:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bladelee/9173461 to your computer and use it in GitHub Desktop.
Save bladelee/9173461 to your computer and use it in GitHub Desktop.
export docker to lxc
git clone https://github.com/fabiofalci/export-docker.git
cd export-docker/
sudo curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
sudo python get-pip.py
pip install configparser
vi export-container.py
./export-container.py eaa5715913ef mynginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment