-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
bugdockerThe official Docker image, plus other things related to running Datasette on DockerThe official Docker image, plus other things related to running Datasette on Dockerquestion
Description
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
Visited: http://localhost:8001/-/upload-csvs
I may have missed a step?
Thank you.
Ubuntu 22.04.1 LTS
Metadata
Metadata
Assignees
Labels
bugdockerThe official Docker image, plus other things related to running Datasette on DockerThe official Docker image, plus other things related to running Datasette on Dockerquestion