
docker psand note down the container IDdocker exec -it <containerid> <app>- useful to make
<app>be/bin/shorpythonAlternatively:
- useful to make
docker imagesand note down the container namedocker run -it <containername> /bin/sh. Note if you want programs like Vim, you must install it in your docker-file