I'm trying to set up meltano UI in docker. I use a...
# troubleshooting
l
I'm trying to set up meltano UI in docker. I use a tutorial but can't figure out how to initiate UI. docker pull meltano/meltano I tried to init the project but I'm confused about folders. I'm on windows with docker desktop installed and running. $ docker run -v "lpwd":/projects -w ///c/MyWork/Git/projects meltano/meltano init test Creating project files... test/ |-- .meltano |-- meltano.yml |-- README.md |-- requirements.txt |-- output/.gitignore |-- .gitignore |-- extract/.gitkeep |-- load/.gitkeep |-- transform/.gitkeep |-- analyze/.gitkeep |-- notebook/.gitkeep |-- orchestrate/.gitkeep Creating system database... Done! The next step is "cd test" $ cd test bash: cd: test: No such file or directory What am I doing wrong? I'm running docker on windows 10 pro
a
Try a ‘pwd’ or ‘ls’ in the container? You might not be where you think you are.