{"id":22871644,"url":"https://github.com/qainsights/linux-docker-devweb","last_synced_at":"2025-10-12T22:55:43.499Z","repository":{"id":94104269,"uuid":"261849242","full_name":"QAInsights/linux-docker-devweb","owner":"QAInsights","description":"Linux Docker Image for LoadRunner Developer","archived":false,"fork":false,"pushed_at":"2020-08-16T20:31:49.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T17:12:07.212Z","etag":null,"topics":["containers","devweb","devweb-protocol","docker","linux","loadrunner-developer"],"latest_commit_sha":null,"homepage":"https://qain.si","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QAInsights.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-06T18:44:22.000Z","updated_at":"2024-01-10T06:10:22.000Z","dependencies_parsed_at":"2023-03-05T09:00:29.388Z","dependency_job_id":null,"html_url":"https://github.com/QAInsights/linux-docker-devweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Flinux-docker-devweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Flinux-docker-devweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Flinux-docker-devweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Flinux-docker-devweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QAInsights","download_url":"https://codeload.github.com/QAInsights/linux-docker-devweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465216,"owners_count":20781914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","devweb","devweb-protocol","docker","linux","loadrunner-developer"],"created_at":"2024-12-13T13:20:53.536Z","updated_at":"2025-10-12T22:55:43.417Z","avatar_url":"https://github.com/QAInsights.png","language":"Dockerfile","readme":"# Linux Docker Image for LoadRunner Developer\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-1EAEDB)]()\n[![saythanks](https://img.shields.io/badge/say-thanks-1EAEDB.svg)](https://saythanks.io/to/catch.nkn%40gmail.com)\n[![](https://img.shields.io/badge/license-MIT-0a0a0a.svg?style=flat\u0026colorA=1EAEDB)](https://qainsights.com)\n[![](https://img.shields.io/badge/%E2%9D%A4-QAInsights-0a0a0a.svg?style=flat\u0026colorA=1EAEDB)](https://qainsights.com)\n[![](https://img.shields.io/badge/%E2%9D%A4-YouTube%20Channel-0a0a0a.svg?style=flat\u0026colorA=1EAEDB)](https://www.youtube.com/user/QAInsights?sub_confirmation=1)\n[![](https://img.shields.io/badge/donate-paypal-1EAEDB)](https://www.paypal.com/paypalme/NAVEENKUMARN)\n\nThis docker image helps you to run LoadRunner Developer scripts in Linux container. LoadRunner Developer leverages DevWeb protocol, a brand new offering from Micro Focus.\n\n#### You can also check it out [Windows Image](https://github.com/QAInsights/windows-docker-devweb).\n\n## Prerequisites\n\nFollowing are the prerequisites required to work in LoadRunner Developer:\n\n* LoadRunner Developer package (latest stable version)\n* Working knowledge on DevWeb protocol. Check out my [Udemy course](https://www.udemy.com/course/performance-testing-using-truweb/) to learn about DevWeb procotol.\n\n## How to download LoadRunner Developer?\n\nLoadRunner Developer is free to use for up to 50 virtual users. You need to create an account at Micro Focus Marketplace.\n* Download LoadRunner Linux package from [marketplace](https://marketplace.microfocus.com/appdelivery/content/loadrunner-developer).\n\n\n## How to build this image?\n\nI suggest you to build this image before you start using it. Follow the below steps to build this image.\n\n* Clone this repository\n* Place the DevWeb tar file inside your folder\n* Run the build command\n\n`docker build -t \u003cname\u003e .`\n\ne.g. `docker build -t devweb .`\n\nThis image uses Ubuntu as base image.\n\n## How to run the container?\n\nOnce the build is successful, you can run the script from the `examples` folder using the below command.\n\n`docker run devweb -mode=single ./examples/EmptyScript`\n\nImportant Notes:\n* No need to append DevWeb.exe in the command\n* Default working directory is `/DevWeb`\n\n## How to mount the volume to the container?\n\nYou can mount your host to the container using the below command.\n\n`docker run -v C:\\Scripts\\AdvantageOnlineShopping:/Scripts/AdvantageOnlineShopping \u003cimage-name\u003e --mode=single /Scripts/AdvantageOnlineShopping`\n\n## How to view the results?\n\nUsing the mount volume command, after the execution is completed, you can view the results inside the script folder e.g. `C:\\Scripts\\AdvantageOnlineShopping\\results`.\n\n## Why building the image is required?\n\nDevWeb package file is not publicly downloadable. You need to login and download it. This repo doesn't contain the DevWeb package, as it is against Micro Focus terms to host the DevWeb contents in the public repo. It is must for you to download the DevWeb tar file and place it in your local repo.\n\n## Important Note\nIf you are getting `r' command not found docker` while executing the Docker image, open `run.sh` in Notepad++, go to `Edit` \u003e `EOL Conversion` \u003e `Unix(LF)` then save the file and build the image again.\n\n## Learn more\nVisit my [blog](https://qainsights.com/what-is-loadrunner-developer/) to learn more about LoadRunner Developer, DevWeb and more.\n","funding_links":["https://www.paypal.com/paypalme/NAVEENKUMARN"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Flinux-docker-devweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqainsights%2Flinux-docker-devweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Flinux-docker-devweb/lists"}