docker build --tag [name] . = Build the docker file docker ps = Same command of "ls" in linux. Shows the contents docker start [docker container name] = begin the docker docker rm [docker container name] = remove the docker docker run -p [local port number]:[port in container] --name [name of the container] -d [name of the image] = image name is set with the port in local and port in container d..