Docker Desktop stores docker data in 2 distros
- docker-desktop
- docker-desktop-data
These distros are installed on the system drive by default.
To move them to another drive, these distros can be exported, deleted and imported from the new location.
Docker Desktop stores docker data in 2 distros
These distros are installed on the system drive by default.
To move them to another drive, these distros can be exported, deleted and imported from the new location.
on run {input, parameters} | |
set filename to quoted form of POSIX path of input | |
set cmd to "clear;cd `dirname " & filename & "`;vim " & filename | |
tell application "iTerm" | |
tell the current window | |