Skip to content

Commit

Permalink
Toward Gate v9.2 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Mar 21, 2022
1 parent c16c5d4 commit a4bf1c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/docker_gate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ GATE using Docker
:depth: 15
:local:

**WARNING : Docker of 9.2 version is in progress ...**

GATE 9.1 on docker
GATE 9.2 on docker
------------------

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>`_
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>`_

Example to run GATE with Docker on your computer (unix-system):
--------------------------------------------------------------
Expand Down Expand Up @@ -43,7 +41,7 @@ Example::
# log back in
ssh ec2-user@ec2-"IPv4".eu-west-3.compute.amazonaws.com
docker info
docker run -it opengatecollaboration/gate:9.1
docker run -it opengatecollaboration/gate:9.2
Gate

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

0 comments on commit a4bf1c6

Please sign in to comment.