What are you trying to accomplish, specifically?
You can enter the shell of your docker container by attaching to it:
docker container exec [OPTIONS] <CONTAINER NAME> <COMMAND>
i.e. this gets you into the shell of a container named "podname1"
docker container exec -it podname1 sh