diff --git a/README.md b/README.md index 02e0d54..ab773f3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Copepod: Docker Deployment Tool - -⚠️ **EXPERIMENTAL PROTOTYPE** - This tool is currently in experimental stage and should be used with caution in production environments. - +# Pipe: A small and easy Docker deployment tool 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. +## Why the name pipe? +Because the docker image is piped through ssh and loaded to the docker instance + ## Prerequisites @@ -236,7 +236,7 @@ jobs: ## GitHub Action Inputs -When using Copepod as a GitHub Action, the following inputs are available: +When using Pipe as a GitHub Action, the following inputs are available: | Input | Required | Default | Description | |------------------|----------|----------------|-------------------------------------------------|