We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36ea2a5 + f306e1a commit 7fc2ea1Copy full SHA for 7fc2ea1
bob-common/mkosi.conf
@@ -7,6 +7,7 @@ PostInstallationScripts=bob-common/mkosi.postinst
7
BuildScripts=bob-common/mkosi.build
8
9
Packages=podman
10
+ catatonit
11
runc
12
dropbear
13
socat
bob-common/mkosi.extra/usr/bin/init-container.sh
@@ -12,6 +12,7 @@ SEARCHER_INPUT_CHANNEL=27017
echo "Starting $NAME..."
su -s /bin/sh searcher -c "cd ~ && podman run -d \
14
--name $NAME --replace \
15
+ --init \
16
-p ${SEARCHER_SSH_PORT}:22 \
17
-p ${ENGINE_API_PORT}:${ENGINE_API_PORT} \
18
-p ${EL_P2P_PORT}:${EL_P2P_PORT} \
0 commit comments