Customization
When you want to customize the Neko virtual environment beyond the server configuration, you can do so by mounting your own files to the container that replace or extend the default files. This allows you to customize the desktop environment, browser settings, and more.
Supervisord Configuration {#supervisord}
The Neko container uses supervisord to manage the processes inside the container. The search path for the configuration files is /etc/neko/supervisord/<name>.conf
. You can mount your own app.conf
file to the directory /etc/neko/supervisord/
to add a new process to the container.
For example, with firefox, you can mount your own firefox.conf
file to the directory /etc/neko/supervisord/
to overwrite the default configuration file and modify the command that starts Firefox. Make sure to copy the default configuration file from the container to your local machine first:
Then, you can modify the configuration file to your liking and mount your new version to the container:
Next Steps
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';