You are viewing a single comment's thread from:
RE: Develop EOS in docker
Your solution can be achieved within the dockerfile and without removing the entrypoint, which removes the unnecessary manual steps of copying files. You can always enter the bash
of a running container with something like sudo docker exec -i -t docker_eos_1 /bin/bash