Skip to content
/ Roger Public

A fleet of Linux containers responds with "Hello, World" in the programming language of the user's choice.

License

Notifications You must be signed in to change notification settings

ericmdev/Roger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RogerThat

User Interface

A fleet of Linux containers responds with "Hello, World" in the programming language of the user's choice.

The key is in knowing how to communicate with a container.

For example, if you wanted to talk to a PHP container, you would enter:

echo "Hello, PHP!";

To talk to a Scala container, you would enter:

println("Hello, Scala!")

Usage

Once you successfully communicate with a container, you can do some work in the environment via the CLI or user interface.

For example:

$foo = 100;
$bar = 'percent';
echo $foo , ' ' , $bar;

The application was created for developers.

Programming languages supported include:

About

A fleet of Linux containers responds with "Hello, World" in the programming language of the user's choice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published