Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gewoonjaap/storj-uplink-docker
Storj Uplink CLI in Docker
https://github.com/gewoonjaap/storj-uplink-docker
cli docker storj storj-cli storj-uplink uplink
Last synced: about 1 month ago
JSON representation
Storj Uplink CLI in Docker
- Host: GitHub
- URL: https://github.com/gewoonjaap/storj-uplink-docker
- Owner: GewoonJaap
- Created: 2024-08-05T17:29:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:05:36.000Z (about 2 months ago)
- Last Synced: 2024-11-13T02:18:32.473Z (about 2 months ago)
- Topics: cli, docker, storj, storj-cli, storj-uplink, uplink
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storj Uplink CLI Docker Container
[![Create and publish a Docker image](https://github.com/GewoonJaap/storj-uplink-docker/actions/workflows/publish.yml/badge.svg)](https://github.com/GewoonJaap/storj-uplink-docker/actions/workflows/publish.yml)This repository provides a Docker container for the Storj Uplink CLI, allowing you to interact with the Storj network using the Uplink command-line interface.
## Prerequisites
- Docker installed on your machine.
## Building the Docker Image
To build the Docker image, run the following command:
```sh
docker build --build-arg TARGETARCH=$(uname -m) -t storj-uplink-cli:latest .
```This command will build the Docker image for the appropriate architecture (amd64, arm, or arm64).
## Running the Docker Container
To run the Docker container and interact with the Storj Uplink CLI, use the following command format:## Examples
Check Uplink Version
To check the version of the Uplink CLI, run:
```sh
docker run --rm ghcr.io/gewoonjaap/storj-uplink-docker:latest version
```Other Uplink CLI commands can be run in a similar manner. All the commands can be found here: https://storj.dev/dcs/api/uplink-cli