FROM ubuntu:latest CMD echo "This is a test" | wc -
FROM ubuntu:latest CMD ["/bin/df", "-h"]
ps -aef
FROM ubuntu:latest #CMD ["/bin/df", "-h"] ENTRYPOINT ["/bin/df", "-h"]