|
How to start Docker Container in Interactive mode
Author: Venkata Sudhakar
Docker is an open platform to develop, ship, and run containerized applications.
It separates infra from application to ease application development and support anywhere development strategy. The below example shows how to start Docker Container in Interactive mode which allows us to run a Command inside the Container. Please note that the container exits as soon as the interactive command (env, free, df, bash) terminates.
|
|