[小技巧] 复原最初的 docker run 命令的所有原始参数

date
Feb 19, 2024
slug
tip-docker-original-run-command
status
Published
summary
小技巧
tags
tip
type
Post
URL
 
notion image

复原最初的 docker run 命令的所有原始参数


docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
  assaflavie/runlike `# this is where the maigc is from` \
  docker_name_or_id
 
 

© Ying Bun 2021 - 2024