Install Fedora + DockerInstall Fedora + Docker

Edit the following (Can use nano or vim, etc…) sudo nano /etc/yum.repos.d/docker-ce.repo Add the following section [docker-ce-stable]name=Docker CE Stable – $basearchbaseurl=https://download.docker.com/linux/fedora/$releasever/$basearch/stableenabled=1gpgcheck=1gpgkey=https://download.docker.com/linux/fedora/gpg Now save the file and run sudo dnf install

Add Metabase to operate through the existing Nginx reverse proxy, utilizing the same SSL configuration.Add Metabase to operate through the existing Nginx reverse proxy, utilizing the same SSL configuration.

Deploy Metabase Container: In this setup, we have configured Metabase to run through the same Nginx server on port 3000. download docker image: docker pull metabase/metabase:latest Run Docker Container: docker