#컨테이너 안으로!
# -i : 표준입력 / -t : 터미널
docker exec [options] {container_id|container_name} [command]

#alphine 은 bash가 아니라 sh를 쓰기 때문에, 반드시 command가 /bin/sh 
docker exec -it ubuntu_nginx_1 /bin/sh

docker attach 컨테이너이름 혹은 아이디
docker run -dit -p 80:80 dd025cdfe837

docker exec -it 48e4e15b04d3 /bin/sh

find -name nginx.conf

vi ./etc/nginx/ninx.conf