Skip to content

Commit

Permalink
added install.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TekFik authored Jun 4, 2020
1 parent a3f2d09 commit a55b71f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- Build image
$ docker build -t chrome-web .

- View images
$ docker images

- Execute the following command to lunch the chrome container
$ docker run --name chrome --privileged -p 3000:3000 -d chrome-web

- Browse Chrome inside the container with the following URL
http://localhost:3000


Refer to following article if you want to get a ready made container without building your own.
https://www.tekfik.com/kb/devops/google-chrome-on-docker-container


0 comments on commit a55b71f

Please sign in to comment.