From 28fcdd78664eb42aaf5aa295f51855473bf78250 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Fri, 21 Feb 2025 02:35:30 +0100 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77517eb..b30615c 100644 --- a/README.md +++ b/README.md @@ -108,22 +108,50 @@ This project is based on: ## πŸ“œ License This project is licensed under the **MIT License**. You are free to use, modify, and distribute it. -Read the full license [here](https://opensource.org/licenses/MIT). - -πŸ“Œ **Find the source code & contribute on [GitHub](https://github.com/RipleyBooya/ssh-tunnel)!** - +Read the full license [here](https://opensource.org/licenses/MIT). --- ## πŸ€– AI Assistance & Acknowledgment This project was built with the help of an **AI-powered assistant (LLM)** to improve structure, efficiency, and documentation clarity. ---- + +## πŸ—οΈ How to Build the Image + +If you want to build this image yourself, follow these steps: + +### **1️⃣ Clone the Repository** +```sh +git clone https://github.com/RipleyBooya/ssh-tunnel.git +cd ssh-tunnel +``` + +### **2️⃣ Build for Multi-Architecture (`amd64` & `arm64`)** +```sh +docker buildx build --platform linux/amd64,linux/arm64 \ + -t dockerhub_account/ssh-tunnel:latest \ + --push . +``` + +### **3️⃣ Verify the Image** +```sh +docker buildx imagetools inspect dockerhub_account/ssh-tunnel:latest +``` + +### **4️⃣ Test Locally** +```sh +docker run --rm -it dockerhub_account/ssh-tunnel sh -c "uname -m && echo 'Container is running successfully'" +``` + +Now your image is built and ready for use! πŸš€ + ## πŸ”— Project Links & Contributions This project is open-source and welcomes contributions! - πŸ›  **Source Code & Issues:** [GitHub Repository](https://github.com/RipleyBooya/ssh-tunnel) - 🐳 **Docker Hub Page:** [Docker Image](https://hub.docker.com/r/ripleybooya/ssh-tunnel) +- πŸ‡«πŸ‡· **Version franΓ§aise (WikiJS):** [ltgs.wiki (FR)](https://ltgs.wiki/en/InfoTech/Virt/Docker/ssh-tunnel) +- πŸ‡ΊπŸ‡Έ **English version (WikiJS):** [ltgs.wiki (EN)](https://ltgs.wiki/fr/InfoTech/Virt/Docker/ssh-tunnel) If you find any issues or have suggestions, feel free to open a GitHub issue or contribute! πŸš€