Google News
logo
Docker - Interview Questions
Name the essential Docker commands and what they do.
The most critical Docker commands are :
 
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
Advertisement