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?
Use key '-U' with iris session. For example:
Thank you, Semen!