There are scope of services which defined in docker-compose.yml. These service have been started. I need to rebuild only one of these and start it without up other services.
I r
docker-compose ps # lists all services (id, name)
docker-compose stop #this will stop only the selected container
docker-compose rm # this will remove the docker container permanently
docker-compose up # builds/rebuilds all not already built container