
If you would like to run superset in dev mode to test local changes, simply replace the previous command with: docker-compose up,Īnd wait for the superset_node container to finish building the assets. Note: This will bring up superset in a non-dev mode, changes to the codebase will not be reflected. This output slows, you should have a running instance of Superset on your local machine! You should see a wall of logging output from the containers being launched on your machine. 0 docker-compose -f docker-compose-non-dev.yml up 0 docker-compose -f docker-compose-non-dev.yml pull Clone Superset's Github repository Ĭlone Superset's repo in your terminal with the
Docker for mac yosemite won't start windows#
Docker Desktop recently added support for Windows Subsystem for Linux (WSL) 2, which may be another option. Provisioning a hard drive of at least 40GB, so that there will be enough space for both the OS andĪll of the required dependencies. We recommend assigning at least 8GB of RAM to the virtual machine as well as VirtualBox and proceed with the Docker on Linux instructions inside
Docker for mac yosemite won't start install#
Try out Superset locally is to install an Ubuntu Desktop VM via Superset is not officially supported on Windows unfortunately. Part of the base Docker installation on Linux, once you have a working engine, follow theĭocker-compose installation instructions for Linux. Because docker-compose is not installed as Instructions for whichever flavor of Linux suits you. Install Docker on Linux by following Docker’s "Resources" section and increase the allocated memory to 6GB.



Once you have Docker for Mac installed, open up the preferences pane for Docker, go to the Install Docker for Mac, which includes the DockerĮngine and a recent version of docker-compose out of the box. Install a Docker Engine and Docker Compose Superset does not have official support for Windows, so we have provided a VM workaroundīelow. The fastest way to try Superset locally is using Docker and Docker Compose on a Linux or Mac OSXĬomputer. Installing Superset Locally Using Docker Compose
