Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 550 Bytes

Docker Image For Run Firefox via GUI of Host System

This Docker Image is for Launching Docker container which contains the firefox GUI

How to use?

  • Pull the Docker image by command
    docker pull geekgodgagan/docker_firefox_gui:v1
    
  • Run command to launch Firefox
    docker container run -it --env="DISPLAY" --net=host geekgodgagan/docker_firefox_gui:v1
    
  • Then finally you get like this