Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 601 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 601 Bytes

Browser installer (docker)

Install Firefox & Chromium with docker

This Bash script provides an interactive menu to install Chromium and Firefox browsers using Docker containers.

Installation

install Chromium and Firefox in Linux

bash <(curl -fsSL https://raw.githubusercontent.com/Ptechgithub/linux/main/browser.sh)

Prerequisite:

  • docker( auto install)

Open Chromium:

http://serverIP:3000

https://serverIP:3001

Open Firefox:

http://serverIP:4000

https://serverIP:4001

1