DevOpsDockerCLIRundocker run <image_name>supports the following arguments:-it interactive-d or --detached runs the container in the background.--rm--network-h <>-U <>docker run -it –rm –network some-network postgres psql -h some-postgres -U postgresStopPS