Replies: 2 comments
-
Hello Arnan, |
Beta Was this translation helpful? Give feedback.
-
I don't know how docker works, nor do I have any interest in supporting it. If you have working instructions on how to install Goosle with Docker you can edit your first post here, but by the looks of it the steps you posted above aren't complete or it's one-sided for Windows users. Nor does the guide even mention Goosle. |
Beta Was this translation helpful? Give feedback.
-
Hello,
First of all, this guide for Goosle via Docker is currently incomplete (while I complete it) and also works for mac, not only for windows.
Here's how to install Apache 2.4 with PHP 8.2 using Docker Desktop for Windows and a container for the purpose of using Goosle :
Downloading and installing Docker Desktop :
If you haven't already, download and install Docker Desktop for Windows.
Create a Dockerfile :
Create a file named Dockerfile in a directory of your choice.
Add the following content to the Dockerfile :
Build the Docker image :
Open a command prompt or terminal.
Navigate to the directory containing the Dockerfile.
Run the following command to build the Docker image :
Run the container :
Run the container from the image you created:
Test your configuration :
Open your browser and navigate to
http://localhost:8080
You should see the Apache home page with PHP 8.2 enabled.
Notes :
You can further customize the Apache and PHP configuration by editing the Dockerfile.
Make sure Docker Desktop is running and containers are enabled.
More instructions here : https://www.docker.com/blog/how-to-use-the-apache-httpd-docker-official-image/
Beta Was this translation helpful? Give feedback.
All reactions