Crates.io | jocker |
lib.rs | jocker |
version | 0.3.0 |
source | src |
created_at | 2024-10-10 10:02:24.502013 |
updated_at | 2024-11-26 09:30:58.508128 |
description | Run your monorepo binaries locally with ease ! |
homepage | |
repository | https://gitlab.com/wykiki/jocker |
max_upload_size | |
id | 1403661 |
size | 106,527 |
Manage your mono-repo binaries locally at ease !
This projects aims at giving you anything you need to easily run your
binaries in a mono-repo setup, giving you an similar experience to what
you may already know with docker
CLI.
NOTE : It does not aim to reproduce the exact same behaviour as what
does docker
, but stick to its API when relevant.
cargo install --git https://gitlab.com/wykiki/jocker.git jocker
# From sources
git clone https://gitlab.com/wykiki/jocker.git
cargo install --offline --path .
In case you have weird behaviour, you can delete jocker
's states located
under ~/.local/state/jocker/
. Doing so won't terminate running subprocesses,
so you may need to terminate them yourself, with some kill
, like :
ps u | grep target | awk '{print $2}' | xargs kill
jocker.yaml
is updatedstack
keyword in configstack
keywordstack.inherits
keyword in config