Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure Docker is running in swarm mode
  2. Copy the following text and paste it into your preferred text editor:

    Code Block
    languageyml
    version: '3' 
    services: 
      yellowfin-all-in-one: 
       ports: 
          - "8080:8080" # Maps Yellowfin running on port 8080 to Docker Swarm port 8080 environment: 
          - APP_MEMORY=8192 # The amount of memory in megabytes to assign to the Yellowfin Application. 
       image: “yellowfinbi/yellowfin-all-in-one:<RELEASE_VERSION_GOES_HERE>"


  3. Update <RELEASE_VERSION_GOES_HERE> with your release version (eg, 9.6.0)
  4. Save the text to a YAML file called yellowfin-all-in-one.yml
  5. Run the following command in a terminal to deploy Yellowfin and execute it in the background:
    docker stack deploy --compose-file yellowfin-all-in-one.yml yellowfin 
  6. Start Yellowfin by typing your host URL on port 8080.

...




Styleclass
ClasstopLink

top



Section navigation

Section

Current topic - Install in a Container

The page is part of the Install in a Container topic contains the following pages, split by Docker and Kubernetes:


Column
width50%

Sandbox instance with All-In-One Image - Swarm

Children Display
depth4
pageDocker


Column
width50%

Kubernetes

Children Display
depth4
pageKubernetes



This page is part of the Install And Deploy Yellowfin section of the wiki, which has these topics:


Section


Column
width20%

Install on Premises

Sandbox instance with All-In-One Image - Swarm

Children Display
pageInstall on Premises


Column
width20%

Install in the Cloud

Install in the Cloud

Children Display
pageInstall in the Cloud


Column
width20%

Install in a container 

Install in a Container

Children Display
pageInstall in a Container


Column
width20%

Deploy Yellowfin

Deploy Yellowfin

Children Display
pageDeploy Yellowfin


Column
width20%

Advanced Deployments 

Advanced Deployments

Children Display
pageAdvanced Deployments



Styleclass
ClasstopLink

top


...