search for images called nginxrun a container based on image nginx:latest with an environment
... [Show More]
variable DEBUG=TRUE
connect interactively to a running container called nginx
list all containers - both running and stopped
list all running containers showing just ID and and image name
copy ./file.txt to /tmp in running container nginx
stop container nginx
remove a stopped container called nginx
connect to container registry registry.redhat.io
start a container
[Show Less]