Skip to content

datasette --root running in Docker doesn't reliably show the magic URL #1958

@davidhaley

Description

@davidhaley

I followed these steps:

docker run datasetteproject/datasette pip install datasette-upload-csvs

docker commit $(docker ps -lq) datasette-with-plugins

docker run -p 8001:8001 -v $(pwd):/mnt datasette-with-plugins datasette --root -p 8001 -h 0.0.0.0

Visited: http://127.0.0.1:8001/-/plugins

image

Visited: http://localhost:8001/-/upload-csvs

image

I may have missed a step?

Thank you.


Ubuntu 22.04.1 LTS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdockerThe official Docker image, plus other things related to running Datasette on Dockerquestion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions