Question
Evgeny Shvarov · May 17, 2020

How to open IRIS terminal with docker in a particular NAMESPACE

Hi folks!

When I start IRIS in docker every time I do the following:

$ docker-compose up -d --build

$ docker-compose exec iris iris session iris

USER>zn "NAMESPACEINEED"

Is it possible to have an open terminal command connect to a particular namespace?

1
0 254
Discussion (2)1
Log in or sign up to continue

Use key '-U' with iris session. For example:

docker-compose exec iris iris session iris -U NAMESPACEINEED