When I use ubuntu in docker, I do that:
- run ‘docker run -it --name ubuntu ubuntu’. then install gcc and type ctrl+P+Q when compile my code.
- run ‘docker exec -it ubuntu /bin/bash’. then compile my another code and type ctrl+P+Q.
- run ‘docker exec -it ubuntu /bin/bash’. then do another things…
now, how to get into 1st screen?