mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 12:49:07 +00:00
8 lines
259 B
Bash
Executable File
8 lines
259 B
Bash
Executable File
#!/bin/bash
|
|
# Entrypoint script for Goose driver
|
|
# Executes the standard initialization script, which handles user setup,
|
|
# service startup (like sshd), and switching to the non-root user
|
|
# before running the container's command (CMD).
|
|
|
|
exec /mc-init.sh "$@"
|