Hi
I got this error.
root@debian:~# nebulactl apps create
what is nebula app name to create?: nginx1
what are the app starting ports? [[]]: 90
what are the app containers_per value?: server
what are the app envvars?: abc
what is the app docker image?: nginx
should the app start in the running state? [Y/n]: y
what is the app networks? []: mynet123
what is the app volume mounts? [[]]: /var/tmp
what is the app devices mounts? [[]]: /var/tmp
should the app start with privileged permissions? [y/N]: n
should the app roll or restart normally? [y/N]: y
Traceback (most recent call last):
File "nebulactl.py", line 943, in <module>
File "site-packages/click/core.py", line 764, in __call__
File "site-packages/click/core.py", line 717, in main
File "site-packages/click/core.py", line 1137, in invoke
File "site-packages/click/core.py", line 1137, in invoke
File "site-packages/click/core.py", line 956, in invoke
File "site-packages/click/core.py", line 555, in invoke
File "nebulactl.py", line 528, in create_app
IndexError: list index out of range
[27881] Failed to execute script nebulactl
root@debian:~#
regards
Jagdish
.