I am new to docker. I have a shell script that loads data into impala and I want a docker file that runs builds an image and run the container. I am on mac, installed boot2d
If you're using CentOS 7, and you've installed Docker via yum, don't forget to run:
$ sudo systemctl start docker $ sudo systemctl enable docker
This will start the server, as well as re-start it automatically on boot.