docker run -d --restart=always -p : -v --name : # run => pull and start in one command # -d => detach on run # --restart => always restart the container. Defaults to 'no' # -p => publish port # -v => volume list # --name => assign a name to the container