This commit is contained in:
Raven Scott 2024-09-16 13:10:49 -04:00
parent c9b8cf06a9
commit 249b793540

View File

@ -5,7 +5,7 @@ In modern infrastructure, Docker containers provide a lightweight and efficient
### Command Overview
The command you are using is as follows:
The command is as follows:
```bash
docker export $1 | docker import - 172.0.21.1:5555/$1 && docker push 172.0.21.1:5555/$1