dockyard
A fast & beautiful Docker GUI client
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/ropali/dockyard
Downloads the entire project code from GitHub to your computer.
cd dockyard
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install -f
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run tauri dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
