tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 Container Management > Docker > How to start Docker Container in Detached/Background mode

How to start Docker Container in Detached/Background 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 Detached/Background mode using -d flag.

After this step we can access Jenkins server on http://localhost:8080/


 
  


  
bl  br