Ao criar o container.
vagrant@ubuntu-bionic:~$ ID=$(id -u)
vagrant@ubuntu-bionic:~$ docker run -d --user $ID -v /home/vagrant/volumes/grafana/:/var/lib/grafana -p 3000:3000 --name=grafana --network=grafana-net grafana/grafana
Unable to find image 'grafana/grafana:latest' locally
latest: Pulling from grafana/grafana
df20fa9351a1: Already exists
050518e3e76f: Already exists
94f082ef9ac9: Already exists
7ab77dfc2cdc: Already exists
7fb6e11962b9: Waiting
este ultimo passo não segue em frente como posso ajustar isso?