API / Docker Interview questions
Mention a few Docker commands.
build, Builds a Docker image file.
commit, creates a new image from container changes.
create, creates a new container.
dockerd, launches Docker daemon.
kill, kills a container.
More Related questions...