Giter Site home page Giter Site logo

docker-slack-export-viewer's Introduction

Slack Export Viewer

View Slack export data using the hfaran/slack-export-viewer app running inside a docker container.

Build Image

  1. Copy the export zip file into the build directory and rename it to data.zip
  2. Run docker build . -t slack-export-viewer:export-xx

Image Distribution

For when you don't have convenient access to a public/private repository and you wish to run the image from another machine you can package the image into an archive file:

  1. On the build machine run docker save -o slack-export-viewer_export-xx.tar slack-export-viewer:export-xx
  2. Transfer the image archive file to the install machine
  3. On the install machine run docker load -i slack-export-viewer_export-xx.tar

Run Container

docker run -p"8080:80" slack-export-viewer:export-xx

The application is accessible at http://localhost:8080

docker-slack-export-viewer's People

Contributors

adamc00 avatar gdaws avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.