Docker noob, setup, external storage etc

ok so got a vontar x4 and I’m using internal mmc
I installed docker from the coreelec repo and portainer from the website instructions as linuxserver.io doesn’t have portainer image anymore…why?
I only installed portainer as it was recommended in guide ‘First steps in docker’
so I got
/dev/CE_STORAGE mounted at /storage
/dev/sda1 mounted at /var/media/sda1-ata-EMTEC_X250_256GB
I believe this should be mounted at /storage/.kodi/ or similar?
I want to trash it and start again and config docker with correct storage location, etc cos I don’t understand what the f is going on lol
cheers
PS do I really need portainer too? looks like complicated doodaas to me :grimacing:

hold on lol…how come my /etc/fstab is empty? is that the right way to start fixing this?
cheers

/storage holds everything including kodi folder.
External USB devices are mounted under /media.

I think only you know what you want. I never use it.

It is by design. Nothing to fix here.

hi @vpeter thanks for the reply…
are you saying don’t mess with /etc/fstab?
right so /var/media and /media are the same thing…
think I’ll bin portainer then…
I may be overthinking this lol
so when docker is installed it doesn’t ‘create storage’?
I just need to be aware of where I ‘create the storage’ for each docker image I run?
cheers

ah, I need to work out how to tell docker where the ‘default storage’ is?
when I ran docker volume create portainer_data
it went in here /storage/.kodi/userdata/addon_data/service.system.docker/docker/volumes/portainer_data/_data
I want it to default to /media/sda_blah