Connect to a container (by container name) and print the STDOUT
output stream of the container process. This is roughly equivalent to tailing the logs of a container.
If you need to connect to a container in order to execute commands, you should use the cx run command and specify the name of the container.
$ cx containers attach --stack <application name> <container ID>