Do you think it would be an idea to start the docker container via the cli? So instead of having to execute this
docker run --rm -it \
-p "8000:8000" \
--name stellar \
stellar/quickstart:soroban-dev \
--futurenet \
--enable-soroban-rpc
we should be able to do something like
soroban serve sandbox
soroban serve futurenet
soroban serve public
Would this be an idea?