Docker notes

重写docker镜像内的EntryPoint

1
docker run --entrypoint "/bin/ls -al /root" debian