Adam Newton-Blows
Adam Newton-Blows
``` oenu@orbital:~$ topgrade --dry-run -v --only containers DEBUG Configuration at /home/oenu/.config/topgrade.toml DEBUG No include paths found in /home/oenu/.config/topgrade.toml DEBUG Loaded configuration: ConfigFile { include: Some(Include { paths: None }), misc:...
some more info, looks like the docker command exists on WSL, but is aliased to a special command ``` oenu@orbital:~$ docker ps The command 'docker' could not be found in...
Eg. WIth Docker desktop running on the host machine ``` oenu@orbital:~$ which docker /usr/bin/docker oenu@orbital:~$ ``` With docker stopped on the host machine ``` oenu@orbital:~$ which docker /mnt/c/Program Files/Docker/Docker/resources/bin/docker oenu@orbital:~$...
Attached is entire session, info above for when Docker run or stopped (Continued output from a pre-standup "topgrade -y" run) ``` ── 11:10:17 - Node Package Manager ───────────────────────────────────────────── changed 20...
Attempted to write a fix (I do not know rust that well) https://github.com/oenu/topgrade/commit/0e941db0fde5c3cc8780dbc8dcd630e8ed97063d https://github.com/oenu/topgrade/commit/fa943eab471420cc099016bb352f6128f74b5a1f
Yeah I figured out the hacky warning script they put in was the cause of the issue, but my rust skills are woeful, hopefully it's the thought that counts 😅