Question - Explain the process to run an application inside a Linux Container using Docker
Answer -
Below are the steps on how to run an application inside the Linux Container using Docker
- Install and run Docker
- Fetch Fedora 21 (Linux based OS) base image from the Docker hub
- Load your application in the Docker base image
- Run container using your new image in interactive mode
- Check the containers in the system
- Start or stop Docker container
- Go inside a Docker container
- Remove container or image