// list containes
// check what ps can offer
// run image
// remove containers
// remove images
// pull images
// bind port
// giving name to container
docker run --name lawyer-service -p 8080:8080 lawyer-service:0.0.1-SNAPSHOT
// bind multiple port