Should I see console output (Console.WriteLine) from .net core console app dockerized (linux image) by using docker logs command?
Yes. You can see logs written to stdout and stderr if you use the default logging driver.
By default, docker logs shows the command’s STDOUT and STDERR.
View logs for a container or service