Guhan M
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`  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 ``` ...
> > 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;...