This was a task as an LFX Mentee at Linux Foundation in 2023 in a CloudForet Plugin Development Project
MyPlugin is a Dockerized Nginx server that provides an easy and efficient way for deployment, development, and testing. It is designed to be lightweight and straightforward to use, making it ideal for both beginners and experienced users.
To get started, first, clone the repository to your local machine:
git clone https://github.com/yourusername/myplugin.git
cd myplugin
docker build -t myplugin:latest .
docker run -p 8080:80 myplugin:latest
After running these commands, the Nginx server will be up and running inside a Docker container.
You can now access the server by visiting http://localhost:8080 in your web browser. You should see the Nginx default page.
This project is licensed under the MIT License. For more details, please see the LICENSE file.