I was following this article to learn about Windows Container in Windows Server TP4. Since the article came with both 'Powershell way' and 'docker way', then I thought that both ways are interchangeable. I thought that container and container image created from powershell can be managed from docker and vise versa.
Then after I finished and created everything in powershell, I run docker images
and docker ps
, and my containers / images are not there?!
Am I missing something or really they are both different things?