docker run \
  -it --name testbox ubuntu bash
  -v HOST:CONTAINER # bind host directory to container directory
  # if mount target already contains files, container original file become hidden
  -p HOST_PORT:CONTAINER_PORT # bind host port to container port