Installare Discourse per lo sviluppo con Docker non riesce

Non riesco…
Installazione di Discourse per lo sviluppo con Docker

  • clona Discourse
git clone https://github.com/discourse/discourse.git ~/discourse
  • avvia la modalità di sviluppo
cd discourse
./bin/docker/boot_dev --init
./bin/docker/unicorn

Apri un browser su http://localhost:9777 e non dovrei vedere Discourse.
Perché??

(È stato cambiato in 9777 a causa di una collisione di porte.)

Dettagli:

y@y-VirtualBox:~/discourse$ sudo ./bin/docker/unicorn -x
Running without sidekiq
I, [2019-07-22T17:51:53.863457 #795]  INFO -- : Refreshing Gem list
WARNING: It looks like your discourse plugins have recently changed.
It is highly recommended to remove your `tmp` directory, otherwise
plugins might not work.

Starting CSS change watcher
I, [2019-07-22T17:51:57.024178 #795]  INFO -- : listening on addr=0.0.0.0:9777 fd=13
I, [2019-07-22T17:52:02.327322 #795]  INFO -- : master process ready
I, [2019-07-22T17:52:05.364922 #884]  INFO -- : worker=0 ready
I, [2019-07-22T17:52:05.397963 #894]  INFO -- : worker=1 ready
I, [2019-07-22T17:52:06.423513 #904]  INFO -- : worker=2 ready
.............

È in esecuzione?

A me sembra di sì. Hai controllato se la porta 9777 è chiusa sulla macchina di sviluppo?

docker stop discourse_dev??

Non lo so
Per favore, spiegami

Verifica se la porta 9777 è aperta correttamente.

netstat -nl | grep 9777

Esegui questo comando per vedere se c’è qualcosa di attivo.

In origine, l’incidente si è verificato a 9292 ed è stato modificato in 9777