Skip to content

Template for building lightweight LXC and Docker containers designed to run Python utility applications. Includes environment setup, container provisioning scripts, and update automation.

License

Notifications You must be signed in to change notification settings

james-berkheimer/jb-tools-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXC Deployment Instructions

  1. Download and extract the latest deployment bundle:

    curl -L https://github.com/james-berkheimer/jb-tools-template/releases/latest/download/jb-tools-lxc.tar.gz | tar xz
    cd jb-tools-lxc
  2. Make sure scripts are executable:

    chmod +x create.sh
  3. Copy and edit the environment configuration:

    cp env-template env
    nano env

    Set your desired container ID, IP addresses, password, etc.

  4. Create the container:

    sudo ./create.sh

    This will automatically:

    • Create the LXC container
    • Configure networking
    • Install Python and SSH
    • Set up a clean working environment

About

Template for building lightweight LXC and Docker containers designed to run Python utility applications. Includes environment setup, container provisioning scripts, and update automation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages