build Dockerfile, run oqto inside container#1
Open
synergiator wants to merge 1 commit intobyteowlz:mainfrom
Open
build Dockerfile, run oqto inside container#1synergiator wants to merge 1 commit intobyteowlz:mainfrom
synergiator wants to merge 1 commit intobyteowlz:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$ docker run -it docker.io/library/oqto:latest
Oqto - AI Agent Workspace Platform server.
Usage: oqto [OPTIONS]
Commands:
serve Start the HTTP API server
init Create config directories and default files
config Inspect and manage configuration
invite-codes Manage invite codes for user registration
runner Manage the oqto-runner daemon
completions Generate shell completions
help Print this message or the help of the given subcommand(s)
Options:
--config Override the config file path
-q, --quiet Reduce output to only errors
-v, --verbose... Increase logging verbosity (stackable)
--debug Enable debug logging (equivalent to -vv)
--trace Enable trace logging (overrides other levels)
--json Output machine readable JSON
--yaml Output machine readable YAML
--no-color Disable ANSI colors in output
--color Control color output (auto, always, never) [default: auto] [possible values: auto, always, never]
--dry-run Do not change anything on disk
-y, --yes Assume "yes" for interactive prompts
--timeout Maximum seconds to allow an operation to run
--parallel Override the degree of parallelism
--no-progress Disable progress indicators
--diagnostics Emit additional diagnostics for troubleshooting
-h, --help Print help
-V, --version Print version
$ docker run -it docker.io/library/oqto:latest --version
oqto 0.3.19