https://github.com/lwch/tlc
tiny linux container
https://github.com/lwch/tlc
Last synced: 2 months ago
JSON representation
tiny linux container
- Host: GitHub
- URL: https://github.com/lwch/tlc
- Owner: lwch
- License: apache-2.0
- Created: 2022-03-01T14:41:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T08:38:42.000Z (about 3 years ago)
- Last Synced: 2025-01-03T17:25:57.970Z (4 months ago)
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` servicesudo systemctl start tlcd.service
## container
1. run container
sudo ./tlc run --dir \
2. attach containersudo ./tlc exec \ /bin/bash
4. stop containersudo ./tlc stop \
5. start containersudo ./tlc start \
6. restart containersudo ./tlc restart \
7. remove containersudo ./tlc rm [-f] \