Please check the project reposiroty: eosc-life/D4_marine_eukaryote_genomics_portal
This Docker container is based and built on the bgruening/galaxy:20.05 docker image
https://github.com/bgruening/docker-galaxy-stable
A Docker image is available on quay.io
$ docker run -d -p 8080:80 quay.io/abimssbr/d4_marine_eukaryote_genomics_portal_docker
c22c76071c2a171598974a2adffe1eda0e3a85821f92a9f40a8f1588a47022cc
$ docker logs -f c22c76071c2a171598974a2adffe1eda0e3a85821f92a9f40a8f1588a47022cc
[...]
serving on http://127.0.0.1:8080
[...]
Access to the Galaxy instance: http://localhost:8080/
You can custom the Dockerfile and so the Docker image by following the docker-galaxy-stable documentation
docker build -t you/d4_marine_eukaryote_genomics_portal_docker .
docker images
docker run -d -p 8080:80 you/d4_marine_eukaryote_genomics_portal_docker
58e06801c2229c39aec39f06361b068bbfc84ae00cac3ede7db0bca256922822
docker logs -f 58e06801c2229c39aec39f06361b068bbfc84ae00cac3ede7db0bca256922822
[...]
serving on http://127.0.0.1:8080
[...]
Access to the Galaxy instance: http://localhost:8080/