Closed monmima closed 2 years ago
Hello,
Indeed docker is available across other platforms besides Windows. To mount the Linux directory just change the C:\app... to yours. For example, to /tmp/app/data and /tmp/app/img. Make sure that these directories exist before you start the container.
Thanks for your quick reply. :+1:
The app seems to work now. Here is what I did under Linux Mint to run the app.
===
sudo apt install docker.io
sudo docker pull lingtrain/aligner:v6
sudo docker run -v /tmp/test -v /tmp/test -p 80:80 lingtrain/aligner:v6
localhost
===
I haven't tested Lingtrain so far but it really seems promising.
Thanks for creating this project. It seems amazing.
OK. So I read an article by you here: https://habr.com/en/post/590549/.
In it, you write:
If I read between the lines, I guess this means the app could work under Linux as well, but your README.md file only gives this command/path, which is for Windows:
So what would the correct command be here for Linux?