Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CENTRY

StatusBuild

+ For the moment, this is an experimental phase, a proof of concept, using Docker as Test.
+ But in the future, we're going to extend it to other types of containerization, such as LXC Chroot and others. 

What is Centry

Centry is a simple, lightweight program that lets you access the inside of a running Docker container just like in interactive tty mode. The only prerequisite is to have Docker already available on your system.

Quick demo

#  center  <short-id-container{2-3}> 

Exemple :

$> docker ps 
CONTAINER ID   IMAGE                     COMMAND           CREATED        STATUS        PORTS     NAMES
c3784c6459b9   <image>                   "sleep 9999999"   24 hours ago   Up 24 hours            festive_ramanujan
-------------------------------------------------------------------------------------------------------------------

#> center c37   

However ,If no arguments are supplied , an interface (TUI) will be proposed, allowing you to choose your target use to move up and down

# centry

For Any issue happening after centry tui type reset to restore your terminal

COMPILE

We strongly recommend using the Meson Build System to build the project.

$>  meson setup build 
$>  meson compile -C build 
$>  meson install -C build  #To install localy 

To uninstall

#> ninja uninstall -C build 

NOTE :

If you notice any problems, please open an issue and we will be happy to correct them. If you have the opportunity to do so, we encourage you to submit a PR.

Thank you in advance for your cooperation.

Appreciate Computer at all levels 🇸🇳

About

Simple & lightweight program that lets you access the inside of a running Docker container just like in interactive tty mode

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages