mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
Adding GitPod link to readme
Also, no special GitPod config file is needed [skip ci]
This commit is contained in:
14
.gitpod.yml
14
.gitpod.yml
@@ -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
|
||||
@@ -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!
|
||||
|
||||
|
||||
---
|
||||
|
||||
[](https://gitpod.io/#https://github.com/SeleniumHQ/docker-selenium>)
|
||||
Reference in New Issue
Block a user