You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing and AiiDAlab app, one typically needs to develop inside the AiiDAlab docker container.
Those using VSCode and such can configure connection to the container, but old-school guys like me using vim typically enter the container manually via
It would be nice if I didn't have to type all of that each time. I have an alias for that, but I am also using multiple aiidalab-launch profiles so the alias approach does not work that well.
Proposal
Create a new enter command that would essentially execute the command above, by using
aiidalab-launch enter -p <profile_name>
The command should error out if the container is not running.
The text was updated successfully, but these errors were encountered:
Motivation
When developing and AiiDAlab app, one typically needs to develop inside the AiiDAlab docker container.
Those using VSCode and such can configure connection to the container, but old-school guys like me using vim typically enter the container manually via
docker exec -it -u jovyan aiidalab_default /bin/bash`.
It would be nice if I didn't have to type all of that each time. I have an alias for that, but I am also using multiple aiidalab-launch profiles so the alias approach does not work that well.
Proposal
Create a new
enter
command that would essentially execute the command above, by usingaiidalab-launch enter -p <profile_name>
The command should error out if the container is not running.
The text was updated successfully, but these errors were encountered: