Table of Contents
See the room(1) manual page for information about using the room command.
Create a new room called 'hello_world'.
$ room hello_world create
Enter the room. This will launch a shell inside the room.
$ room hello_world enter
Install the 'xclock' program inside the room.
hello_world$ su - hello_world# pkg install -y xclock hello_world# exit
Run the 'xclock' program inside the room. It should display a small clock on your desktop.
hello_world$ xclock
When you are done, exit the shell, and destroy the room.
hello_world$ exit $ room hello_world destroy