API / Docker Interview questions
Explain the lifecycle of a Docker Container.
Some of the lifecycle processes include,
- Create container,
- Run container,
- Pause container,
- Unpause container,
- Start container,
- Stop container,
- Restart container,
- Kill container,
- Destroy container.
More Related questions...