Skip to content

Commit

Permalink
TASK: improve docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Dec 29, 2022
1 parent bbc9973 commit a2cfcb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# synco
# drydock

> an Database and File Dump Downloader for synchronizing production, staging, and local development
> Docker Debugging Tools
- `drydock execroot`: Like `docker exec`, but *always* spawn a root shell
- `drydock vscode`: Open Visual Studio Code (with the [Containers extension](https://aka.ms/vscode-remote/download/containers)),
allowing to edit any file as root
- `drydock spx`: Install and enable the [SPX Profiler](https://github.com/NoiseByNorthwest/php-spx) PHP extension
into a running container (without restart).

* **Portable** written in Golang with no external dependencies. Install by downloading a single binary.
* **encrypts all dumps**
* **Auto-Detects frameworks**
* **Speed Optimized**

[Installation](#installation)
[GitHub](https://github.com/sandstorm/synco)
[Features](#features)
[GitHub](https://github.com/sandstorm/drydock)
[Features](#documentation)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>synco - an intelligent Database and File Dump Downloader for synchronizing content between production, staging, and local development</title>
<title>drydock - Docker Container Debugging Tools</title>
<link rel="icon" href="_assets/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="Description">
Expand Down

0 comments on commit a2cfcb5

Please sign in to comment.