-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dockerfile #4
base: mine
Are you sure you want to change the base?
Dockerfile #4
Conversation
Trying to run this using
Any idea why that is? I have minimal experience with docker. |
Oh, I didn't see this comment until now. I will look into it. |
I've been trying out the official release of LWT and I find it great but slow. I heard there exists faster unofficial versions like this one, but I'm at a loss for how to install it. It won't work by simply putting it in the devserver-folder like with the official release. I tried Docker, but I can't figure out how to set it up with this document. Anyone know where one can get any information about how to install this unofficial version? |
Run docker build -t csalg/lwt_fork:latest .
docker run -itdp 8010:80 csalg/lwt_fork for this fork. Otherwise, I made another version compatible with Docker at hugofara/lwt, installation are provided at docs/install.md. Generally speaking, you shouldn't use Docker if you are looking for better performances. For reinstalling LWT, just follow the instructions in install.md ;) |
I made this just because I found installation cumbersome, but there should be no speed improvements, it's just to make it quick to install in a container. In fact, on a non-Linux machine (e.g. Mac) it will run slower. On a Linux machine the performance should be the same. |
I created a Dockerfile to make deployment easier.