How do I map a port / service on my host to the airflow container using the astrocloud cli

I wish I could use the argument in the docker run --net=“host” to map all the ports from the container to the host.

Is there an example on how to do that?