Menu

Caution

You are not reading the latest stable version of this documentation. If you want up-to-date information, please have a look at 0.3.5.x.

Service Containers

For simplicity, StartOS is designed to be completely operated via the WebUI, however, your device belongs to you and if you want to “lift the hood” and access the internals of the software, you may do so. This guide will show you how to enter a Service’s Docker container in order to directly interface with it and issue commands.

Warning

The following guide is for those that have advanced command line skills, or those who are being guided by a Start9 support technician. Nothing you do inside a container is supported unless under the direction of Start9. Here be dragons!!

This guide assumes you already have SSH Access setup on your machine.

Open a terminal, ssh into your device, and enter the following command, replacing <package-id> with the name of the service you are trying to access. You can list the services with embassy-cli package list (you will need to be logged in under embassy-cli for this). You will need to either be root or use sudo.

docker exec -it <package-id>.embassy sh

This will give you a shell within the container. Reminder that nothing you do in here is supported, please be careful!