1.

Can you name a few of the important commands in Docker?

Answer»

The most important COMMANDS in Docker are-

  • Docker- It is used to launch the Docker daemon
  • Build- It is used to build IMAGE files in Docker
  • Create- It is used to create a NEW container
  • KILL- It is used to kill the container
  • Commit- It is used to create a new image from the container modifications.


Discussion

No Comment Found