Skip to content

Commit c0b69a9

Browse files
committed
docs: update naming
1 parent 0819829 commit c0b69a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copepod: Docker Deployment Tool
2-
3-
⚠️ **EXPERIMENTAL PROTOTYPE** - This tool is currently in experimental stage and should be used with caution in production environments.
4-
1+
# Pipe: A small and easy Docker deployment tool
52
A simple yet powerful Go-based CLI tool for automating Docker container deployments to remote servers without the use of a registry. This tool handles the entire deployment process including building Docker images, transferring them to remote hosts, and managing container lifecycle.
63

4+
## Why the name pipe?
5+
Because the docker image is piped through ssh and loaded to the docker instance
6+
77
<https://github.com/user-attachments/assets/4034a7b3-67d6-4e9d-88ef-70bd6d1906d7>
88

99
## Prerequisites
@@ -236,7 +236,7 @@ jobs:
236236
237237
## GitHub Action Inputs
238238
239-
When using Copepod as a GitHub Action, the following inputs are available:
239+
When using Pipe as a GitHub Action, the following inputs are available:
240240
241241
| Input | Required | Default | Description |
242242
|------------------|----------|----------------|-------------------------------------------------|

0 commit comments

Comments
 (0)