Docker Client Operations
Jump to navigation
Jump to search
Internal
Commands
exec
docker exec -it <image-name> bash
build
Takes a Dockerfile and produces a Docker image.
Scenarios
TO RELOCATE
docker exec -it <image-name> bash
Takes a Dockerfile and produces a Docker image.
TO RELOCATE