chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
labels: ["t/bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
**Please update OrbStack** to the latest version before reporting a bug. Your issue may already be fixed.
|
||||
- type: textarea
|
||||
id: describe
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: What went wrong?
|
||||
placeholder: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What should have happened?
|
||||
placeholder: |
|
||||
A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: diag
|
||||
attributes:
|
||||
label: Diagnostic report (REQUIRED)
|
||||
description: |
|
||||
Click "Upload Diagnostics" in OrbStack's Help menu (or run the "orb report" command), then paste the output here.
|
||||
|
||||
This is private and only OrbStack developers can see the report.
|
||||
placeholder: |
|
||||
REQUIRED. Paste here.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Screenshots and additional context (optional)
|
||||
description: Add any other context about the problem here, such as screenshots.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: t/feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2023 Orbital Labs, LLC <license@orbstack.dev>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,33 @@
|
||||
<p align="center">
|
||||
<a href="https://orbstack.dev">
|
||||
<img src="https://orbstack.dev/img/icon256.png" height="128">
|
||||
<h1 align="center">OrbStack</h1>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
[OrbStack](https://orbstack.dev) is the fast, light, and easy way to run Docker containers and Linux machines. It's a supercharged WSL and Docker Desktop alternative, all in one easy-to-use app.
|
||||
|
||||
**Say goodbye to slow, clunky containers and VMs.** Develop at lightspeed with our Docker Desktop alternative. **[Get started](https://docs.orbstack.dev/quick-start)**
|
||||
|
||||
## Why OrbStack?
|
||||
|
||||
- ⚡️ **Lightning Fast.** Starts in 2 seconds, optimized [network](https://docs.orbstack.dev/docker/network) and file system, Rosetta emulation.
|
||||
- 💨 **Feather Light.** Low CPU and disk usage, [battery-friendly](https://docs.orbstack.dev/benchmarks), works with less memory, native Swift app.
|
||||
- 🍰 **Effortlessly Simple.** Automatic [domain names](https://docs.orbstack.dev/docker/domains) and [migration](https://docs.orbstack.dev/install#docker-migration), CLI & file system integration, VPN and SSH support.
|
||||
- ⚙️ **Powerful.** Run [Docker containers](https://docs.orbstack.dev/docker/), [Kubernetes](https://docs.orbstack.dev/kubernetes/), and [Linux distros](https://docs.orbstack.dev/machines/). Manage containers quickly from your menu bar. Explore volume and image files.
|
||||
|
||||
Check the [website](https://orbstack.dev) for demos, or see what we're up to in the [changelog](https://docs.orbstack.dev/release-notes).
|
||||
|
||||
## Learn more
|
||||
|
||||
- [**Demos**](https://orbstack.dev)
|
||||
- [**Benchmarks**](https://orbstack.dev/#benchmarks)
|
||||
- [**Testimonials**](https://orbstack.dev/#testimonials)
|
||||
|
||||
## Links
|
||||
|
||||
- [Website](https://orbstack.dev)
|
||||
- [Documentation](https://docs.orbstack.dev)
|
||||
- [Frequently asked questions](https://docs.orbstack.dev/faq)
|
||||
- [Issue tracker](https://github.com/orbstack/orbstack/issues)
|
||||
- [Support](mailto:support@orbstack.dev)
|
||||
@@ -0,0 +1,7 @@
|
||||
# WeHub 来源说明
|
||||
|
||||
- 原始项目:`orbstack/orbstack`
|
||||
- 原始仓库:https://github.com/orbstack/orbstack
|
||||
- 导入方式:上游默认分支的最新快照
|
||||
- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准
|
||||
- 本文件仅用于记录来源,不代表 WeHub 是原项目作者
|
||||
@@ -0,0 +1,2 @@
|
||||
# OrbStack: command-line tools and integration
|
||||
source ~/.orbstack/shell/init.zsh 2>/dev/null || :
|
||||
Reference in New Issue
Block a user