-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does markdeck run on Windows? #8
Comments
Unfortunately I cannot get docker running in a windows VM right now (sometimes it works, sometimes not grr) So I am guessing here right now. Did you install docker...
I tried both, and with variant 1) I had the same problem. I will try to get docker running on Windows again... |
I don't believe Windows Subsystem for Linux (WSL) supports running Docker containers, so you'll have to have Docker installed on the Windows host, and then expose it for WSL to use. This guide might help; I might experiment with getting it to run to see if markdeck will run on Windows. |
I tried the method #2. Thanks. I will take a look at the above guide. |
After further testing, WSL allows for the convenience scripts to help stop/start/update the project. If you're comfortable with Docker, you can follow what scaffold does, and just spin up the Docker container manually. It should launch, and you can can edit your slides from there. Downside is that you don't have built-in support for updating/starting, but that should just be reliant on changes to |
I am using docker toolbox on windows 10
Any idea what I should do ? |
Do you use WSL? |
Unfortunately cannot use WSL on my Workstation |
So I tried using WSL and it was not working as I could not properly install Docker Toolbox and have it connect with WSL In the end I just used a regular Ubuntu Virtual Box which worked. Update: |
I tested it on a windows 10 box with "git for windows" (and its bash emulator), and voila: markdeck 0.54.3 worked! |
I have tried to install markdeck on windows.
I install curel and bash and ubuntu subsystem and docker on windows.
I run the curl command and then start 'bash', i run the 'scaffold'
But it cant' find 'docker'.
How can I fix this and get this to work in Windows?
The text was updated successfully, but these errors were encountered: