Skip to content

Daiego43/ADDU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A.D.D.U - A Dumb Docker User

ADDU is a CLI tool to build ROS dockerimages and managing docker development environments.

Texto alternativo

Features

  • Create a new workspace from an available docker image
  • Automatically build a new docker image for a workspace
  • Install a code editor
  • Manage your workspaces

Installation and requirements

To use ADDU you must install docker and be able to use docker command without sudo.

You can install addu using pip:

pip install addu 

Usage

Basic use of addu:

addu-cli

A terminal interface will appear, you can navigate through the options by inputting the available option.

Future work

As it is, ADDU is not really a command line interface, but a cute terminal app, in any case addu should be available to use as a true CLI, so future work will be to implement the same app with argparse or click like:

addu create 
addu run <workspace_name>
addu rm <workspace_name>
addu ls 
addu --help

About

A Dumb Docker User

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages