Rename product to dockmv (container, image, module, env vars)

Container/image/service name, Go module path, CLI binary name, and
DOCKER_MIGRATE_* env vars still used the old working name; the project
is branded DockMV everywhere else (README, logo, Gitea repo).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 13:56:26 +02:00
co-authored by Claude Sonnet 5
parent 832af4aaae
commit 34e18987a0
32 changed files with 113 additions and 109 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "docker-migrate-ui",
"name": "dockmv-ui",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docker-migrate-ui",
"name": "dockmv-ui",
"version": "1.0.0",
"dependencies": {
"react": "^19.2.0",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "docker-migrate-ui",
"name": "dockmv-ui",
"private": true,
"version": "1.0.0",
"type": "module",
+2 -2
View File
@@ -425,7 +425,7 @@ function ConnectionDialog({
{c.auth === 'agent' && (
<div className="small muted">
Uses the agent at <span className="mono">$SSH_AUTH_SOCK</span> of the process running docker-migrate.
Uses the agent at <span className="mono">$SSH_AUTH_SOCK</span> of the process running dockmv.
</div>
)}
@@ -452,7 +452,7 @@ function ConnectionDialog({
</Notice>
) : (
<div className="small faint">
Credentials stay in memory and are lost when docker-migrate restarts.
Credentials stay in memory and are lost when dockmv restarts.
</div>
)}
</div>
+1 -1
View File
@@ -1,4 +1,4 @@
/* docker-migrate UI.
/* dockmv UI.
An operations tool: dense, monospace-leaning, dark by default. Colour is
reserved for state, never for decoration. */