I am following this guide to make a aws lambda package for a piece of python code. The only difference is that I am pulling a python3.7 image like so:
docker run lambci/lambda:build-python3.7 aws --version
According to the documentation I should be able to run uname
and to check that I am inside the linux environment. I am not inside this environment.
I am unable to enter the docker image after it has completed the pull, how do I enter the docker container after it has completed being pulled?