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
I am looking to use '~/.docker/config.json' as the file path but it does not work. If i use an absolute path it works fine.
At the moment I am using $HOME in a shell.exec function, which feels a bit messy. Unless this is the right way.
What is the best way to handle using '~' in the path, or will this never be possible?
The text was updated successfully, but these errors were encountered:
I am looking to use '~/.docker/config.json' as the file path but it does not work. If i use an absolute path it works fine.
At the moment I am using $HOME in a shell.exec function, which feels a bit messy. Unless this is the right way.
What is the best way to handle using '~' in the path, or will this never be possible?
The text was updated successfully, but these errors were encountered: