docker pull alpine
docker create --name foo alpine false
docker export foo | # Export the entire filesystem as a tape archive
  tar -tf- | # Use tar to output the names of files
  less # pipe to less to page the output
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐