Adding GitPod link to readme

Also, no special GitPod config file is
needed

[skip ci]
This commit is contained in:
diemol
2021-10-31 19:50:46 +00:00
parent 9ab91bfb92
commit 2ba16e2a3a
2 changed files with 4 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
tasks:
- init: |
sudo docker pull registry.jetbrains.team/p/prj/containers/projector-idea-c
sudo docker pull registry.jetbrains.team/p/prj/containers/projector-idea-u
command: |
sudo mkdir -p .jetbrains; sudo touch .jetbrains/.gitkeep; sudo chown -R 1000:1000 .jetbrains
# Community Edition
sudo docker run --rm -p 8887:8887 -v /workspace/docker-selenium/.jetbrains:/home/projector-user -it registry.jetbrains.team/p/prj/containers/projector-idea-c
# Ultimate Edition
#sudo docker run --rm -p 8887:8887 -v /workspace/docker-selenium/.jetbrains:/home/projector-user -it registry.jetbrains.team/p/prj/containers/projector-idea-u
ports:
- port: 8887
visibility: private
onOpen: open-browser

View File

@@ -716,3 +716,7 @@ After doing this, you should be able to download files
to the mounted directory. If you have a better workaround,
please send us a pull request!
---
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SeleniumHQ/docker-selenium>)