Pineapple is available for download as a Docker image from the Pineapple repository at DockerHub.
Issue this command to pull the image:
docker pull pineapple pineapple
The image is built using Shippable. A new image is built an uploaded to DockerHub on each commit to GitHub.
Issue this command to run a container with the name pineapple:
docker run -p 8080:8080 --name=pineapple pineapple/pineapple
Pineapple will run at http:/0.0.0.0:8080 within the container. The image defines exposure of port 8080 to the Docker host.
Pineapple will run under the pineapple user.
Pineapple is configured to use /pineapple as home directory. the /pineapple directory is placed on a data volume.
A description of how Pineapple is used to create the image can be found at: How-to: Create simple Pineapple Docker image.