When I run docker ps -a I get a list of unknown containers, with weird names
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
744a1a910d9a dpa:latest "sh -c 'java $JAVA_O…" 16 seconds ago Exited (1) 16 seconds ago data-pipeline-automation
7ae02b5f62b0 06f8a9fed1c7 "/bin/sh -c 'sh -c '…" 2 weeks ago Exited (2) 2 weeks ago dazzling_tharp
d9461d601d37 25c5574bfe1a "/bin/sh -c 'sh -c '…" 2 weeks ago Exited (2) 2 weeks ago distracted_khorana
24e4f72731df 5e64cb808d91 "/bin/sh -c 'sh -c '…" 2 weeks ago Exited (126) 2 weeks ago awesome_hypatia
b7cbb9c62ca8 5e64cb808d91 "/bin/sh -c 'sh -c '…" 2 weeks ago Exited (2) 2 weeks ago youthful_snyder
9d1ac66a9d77 457a135e1fb5 "sh -c 'java $JAVA_O…" 4 weeks ago Exited (1) 4 weeks ago automation
In this list the first and the last one are images I created and deployed, rest are unknown. What do the other containers in this list mean? Should I be bothered about these?