Skip to content

just5ky/scalyr-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Docker Build Docker Pulls Docker Size

Multi-arch support

  • amd64
  • arm/v6
  • arm/v7
  • arm64/v8

Command-line tool for accessing Scalyr services. The following commands are currently supported:

Image build

docker buildx build --push --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8 --tag justsky/scalyr-tool .

Docker Run

Using Dockerhub docker run -h scalyr -i justsky/scalyr-tool --token <API TOKEN> <commands>

Using Github docker run -h scalyr -i ghcr.io/just5ky/scalyr-tool:main --token <API TOKEN> <commands>