An open API service indexing awesome lists of open source software.

https://github.com/lwch/tlc

tiny linux container
https://github.com/lwch/tlc

Last synced: 2 months ago
JSON representation

tiny linux container

Awesome Lists containing this project

README

        

# tlc

tiny linux container supports:

- all in one executable
- use image of package file tar, tar.gz, tar.bz2, zip, ...
- save data when restart container
- reuse host network, no tun/tap interface or bridge network

## deployment

1. register `tlcd` service

sudo ./tlc service install
2. start `tlcd` service

sudo systemctl start tlcd.service

## container

1. run container

sudo ./tlc run --dir \
2. attach container

sudo ./tlc exec \ /bin/bash
4. stop container

sudo ./tlc stop \
5. start container

sudo ./tlc start \
6. restart container

sudo ./tlc restart \
7. remove container

sudo ./tlc rm [-f] \