Guhan M

Results 3 comments of Guhan M

Hi @R4R3D1FF , I'm able to generate the config.toml file and run containerd in windows Generated the config using the same command `containerd config default > config.toml` ![Image](https://github.com/user-attachments/assets/574e7bce-0839-4350-82db-954375fbbdde) Running **containerd**......

May be the config file is corrupted. Try generating again. Also the below command didn't work for me ```powershell containerd config default | Out-File -Encoding utf8NoBOM -FilePath config.toml ``` ![Image](https://github.com/user-attachments/assets/b2b063be-5b28-40e7-98bc-140e1bad35b3)...

> > Also the below command didn't work for me > > But this works!! > > Thanks! Not sure where I found that example, but maybe it was outdated;...