Is it possible to create a bash shell to the conta...
# general
f
Is it possible to create a bash shell to the container to look around?
docker exec -it netmaker /bin/bash
fails as it can't find /bin/bash. Is that expected or is my container very broken? 😅