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
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 likesudo docker exec -i -t docker_eos_1 /bin/bash