Sign inSign up

xtrendence/cryptoshare

By xtrendence

•Updated over 4 years ago

Track your cryptocurrency and stock holdings with an open-source web, mobile, and desktop app.

Image
0

1.1K

xtrendence/cryptoshare repository overview

GitHub Repository: https://github.com/Xtrendence/CryptoShare⁠

Instructions

  1. Pull the image using the docker pull xtrendence/cryptoshare:latest command.
  2. Start the image using the docker run -p 3190:3190 xtrendence/cryptoshare command.
  3. Devices on the same network can now go to the IP address of the host device (through port 3190) to access the web interface of the application.

If docker run -p 3190:3190 xtrendence/cryptoshare doesn't work, please use the docker image ls command to get the list of images, find the ID of the latest one, and run it using docker run -p 3190:3190 ImageID which will create a container using the image ID directly rather than a tag.

Tag summary

Content type

Image

Digest

Size

466.4 MB

Last updated

over 4 years ago

docker pull xtrendence/cryptoshare