dockyard
A fast & beautiful Docker GUI client
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- release.yml
- extensions.json
- banner.png
- logo.png
- ComposeContainerGroup.tsx
- ContainerCard.tsx
- ContainerDetails.tsx
- ContainerEnvVars.tsx
- ContainerNameWidget.tsx
- ContainerProcesses.tsx
- ContainersList.tsx
- ContainerStats.tsx
- ContainersTopBar.tsx
- ImageCard.tsx
- ImageDetails.tsx
- ImageHistory.tsx
- ImageList.tsx
- Images.tsx
- ImagesTopBar.tsx
- NetworkCard.tsx
- NetworkDetails.tsx
- NetworkList.tsx
- NetworkTopBar.tsx
- ContainersScreen.tsx
- ErrorScreen.tsx
- ImagesScreen.tsx
- index.tsx
- NetworkScreen.tsx
- SettingsScreen.tsx
- VolumesScreen.tsx
- VolumeAttachedContainers.tsx
- VolumeCard.tsx
- VolumeDetails.tsx
- VolumesList.tsx
- VolumesTopBar.tsx
- JSONSyntaxHighlighter.tsx
- LogoScreen.tsx
- LogsViewer.tsx
- Sidebar.tsx
- StatsChart.tsx
- Version.tsx
- index.tsx
- Container.ts
- Image.ts
- index.ts
- Network.ts
- Volume.ts
- ContainerContext.tsx
- ImagesContext.tsx
- NetworkContext.tsx
- SettingsContext.tsx
- VolumesContext.tsx
- docker.d.ts
- clipboard.ts
- docker-compose.ts
- index.ts
- storage.ts
- toast.ts
- App.css
- App.tsx
- constants.ts
- index.css
- main.tsx
- desktop-core.json
- desktop-fs.json
- desktop-shell.json
- desktop-store.json
- desktop-updater.json
- 128x128.png
- 128x128@2x.png
- 32x32.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- container.rs
- extra.rs
- image.rs
- mod.rs
- network.rs
- terminal.rs
- volume.rs
- mod.rs
- storage.rs
- terminal.rs
- constants.rs
- main.rs
- state.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- .gitignore
- CHANGELOG.md
- cliff.toml
- index.html
- LICENSE
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- vite.config.js
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ropali/dockyard
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dockyard
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
sudo apt-get install -f
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run tauri dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
