What is the result of docker run -it -d --name dungeon alpine:latest?
docker run -it -d --name dungeon alpine:latest
A container named dungeon is created from alpine:latest and runs detached
dungeon
alpine:latest
The Alpine image is renamed to dungeon
A command is executed in an already existing dungeon container
The container must remain attached to the current terminal