Docker Container and Flow Persistence

I'm just learning my way around docker containers and have come across something I can't work out.

I composed a container and setup a basic flow. Then stopped the container and removed it. I even went to the extent of removing the image and rebooting the device (Ubuntu 20.04 on a Dell Optiplex). When I compose a new container, after removing the container and image, the same original flow show up in the new container again.

Is there something I'm missing when removing and composing containers? File location of the flows not being removed. Any guidance appreciated. TIA.

Look up Docker volumes

1 Like

Thank you @hardillb!

Anyone else coming across this issue, to view volumes use:

sudo docker volume ls

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.