mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 19:27:51 +08:00
9 lines
193 B
Bash
9 lines
193 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Execute the daemon subcommand by default
|
|
/sbin/tini -s -- /usr/local/bin/start_ipfs daemon \
|
|
--migrate=true \
|
|
--agent-version-suffix=docker \
|
|
${CMD_EXTRA_FLAGS}
|