Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanelso2/tiny-container-manager
A lightweight single-computer container manager
https://github.com/tanelso2/tiny-container-manager
container docker
Last synced: 7 days ago
JSON representation
A lightweight single-computer container manager
- Host: GitHub
- URL: https://github.com/tanelso2/tiny-container-manager
- Owner: tanelso2
- Created: 2021-04-29T05:56:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:46:49.000Z (6 months ago)
- Last Synced: 2024-10-11T19:18:39.064Z (about 1 month ago)
- Topics: container, docker
- Language: Nim
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny Container Manager
tiny-container-manager (tcm for short, tiny-con-man for laughs) is my lightweight replacement for Kubernetes.
I was sure I could run all of my websites on one $5/month digital ocean machine, but the Kubernetes configurations were more expensive than that.
Also I just wanted to prove I could write something similar to Kubernetes.
It's.... similar.... if your glasses are fogged... but hey it works and is currently running my [personal website](https://thomasnelson.me)
# Development
## Building
```bash
nimble build
```## Running
```bash
nimble run
```# Future Work?
* `s3fs` to mount s3 buckets into a container
* mounts in general