...
Before running docker compose
, you will need to start the Docker daemon. Most Linux distributions use systemctl
to start services and the macOS equivalent is launchctl
. Use the command sudo systemctl start docker
to run the Docker daemon (replace with launchctl
for Mac). If you are using the Docker desktop app, starting the application and then running docker compose up
will also work.
...
Localhost Port
...
For any other issues not covered on this page, kindly contact Jason Chung.
...