How to run bash inside of a docker container
This will give you the container id:
docker container ls
This is how you run bash inside the container:
docker exec -it CONTAINER_ID bash
This will give you the container id:
docker container ls
This is how you run bash inside the container:
docker exec -it CONTAINER_ID bash
Hey, I'm Edgar, software engineer. I enjoy working on decentralised applications, debating ideas and going here and there. Feel free to contact me.