Skip to content

Commit

Permalink
remove not frequently used CLI parameters
Browse files Browse the repository at this point in the history
Parpare for making full use of toml based config file.

Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
  • Loading branch information
changweige committed Jan 16, 2023
1 parent 6af02cc commit 7fd29b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions misc/snapshotter/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ if [ "$#" -eq 0 ]; then
--root ${NYDUS_LIB} \
--address ${NYDUS_RUN}/containerd-nydus-grpc.sock \
--log-level ${LEVEL} \
--enable-metrics=${ENABLE_METRICS} \
--enable-nydus-overlayfs=${ENABLE_NYDUS_OVERLAY} \
--daemon-mode ${NYDUSD_DAEMON_MODE} \
--enable-stargz \
--log-to-stdout
fi

Expand Down

0 comments on commit 7fd29b7

Please sign in to comment.