Docker
Docker Commands
Command to inspect the content of an image created
where "temp_container" is the name of temporary container
to list images
to build images where "server' is the name of image
Add --rm
to remove the container after it stops
Command to get ip address of contaier
Last updated
Was this helpful?