Docker Homebrew



This command below:

  1. When running Docker this way all changes you make to Airsonic will be lost when stopping the container. Use Volumes to persist data when the container is stopped. Persisting Data. The Airsonic Docker file provides various mount points for volumes. You can see which by checking out the Dockerfile.
  2. Open another terminal instance, or a new tab, and use the docker ps command to have Docker return the container’s alpha-numeric ID. Run commands in the Redis container. With the container ID obtained, use the ID to execute commands and connect to the Docker-Compose container interactively.
  3. Command-line completion. Estimated reading time: 3 minutes. Compose comes with command completion for the bash and zsh shell. Install command completion Bash. Make sure bash completion is installed.

Which I am running should apparently allow me to run my application against localhost on port 3000 locally, but instead in Kitematic I see:

Docker Homebrew Command

Open another terminal instance, or a new tab, and use the docker ps command to have Docker return the container’s alpha-numeric ID. Run commands in the Redis container. With the container ID obtained, use the ID to execute commands and connect to the Docker-Compose container interactively.

In the docker terminal when running ‘docker ps’ I see:

When I go to the browser, I am not able to access my application either with 192.168.99.100:3000 OR with localhost:3000.

Is there something maybe I am missing in the documentation on why this will not work? This is my current stack:

I also don’t have any port forwaring for port 3000 either in VirtualBox because I figured that adding the host on the run command should allow me to skip that, but I have tried with port forwarding as well and it doesn’t work either.

Homebrew

Docker Homebrew Server

Thank you very much.