CMD provides defaults for an executing container
There are three ways to specify a CMD: the (preferred) exec form
CMD ["executable", "param1", "param2"]
CMD ["param1","param2"]
CMD command param1 param2