Skip to content

Commit a4bf1c6

Browse files
committed
Toward Gate v9.2 for docker
1 parent c16c5d4 commit a4bf1c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/docker_gate.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ GATE using Docker
77
:depth: 15
88
:local:
99

10-
**WARNING : Docker of 9.2 version is in progress ...**
11-
12-
GATE 9.1 on docker
10+
GATE 9.2 on docker
1311
------------------
1412

15-
A docker image for gate version 9.1 is available here: `Click here to download GATE 9.1 on docker <https://hub.docker.com/r/opengatecollaboration/gate>`_
13+
A docker image for gate version 9.2 is available here: `Click here to download GATE 9.2 on docker <https://hub.docker.com/r/opengatecollaboration/gate>`_
1614

1715
Example to run GATE with Docker on your computer (unix-system):
1816
--------------------------------------------------------------
@@ -43,7 +41,7 @@ Example::
4341
# log back in
4442
ssh ec2-user@ec2-"IPv4".eu-west-3.compute.amazonaws.com
4543
docker info
46-
docker run -it opengatecollaboration/gate:9.1
44+
docker run -it opengatecollaboration/gate:9.2
4745
Gate
4846

4947
Example to install GATE with Docker on Amazon Web Services (AWS) (Ubuntu Linux machine):
@@ -61,6 +59,6 @@ Example::
6159
# to run docker without sudo
6260
sudo usermod -a -G docker ubuntu # and then log out and back in
6361
# launch a docker container with GATE
64-
docker run -it opengatecollaboration/gate:9.1
62+
docker run -it opengatecollaboration/gate:9.2
6563
Gate
6664

0 commit comments

Comments
 (0)