Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 540 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 540 Bytes

About

lxc-tool is tool to download LXC images files.

Build

cargo build --release

Usage

Configuration file

Currently, the configuration file is minimalistic and self-documented.

Command line options

At the moment, only one option "download-images" is implemented.

lxc-tool download-images

Log to console

The tool can write a log to STDOUT instead of syslog. Just define the environment variable RUST_LOG with the desired log level:

RUST_LOG=info lxc-tool download-images