https://github.com/yugoff/readme-commands-to-run-cvat
Docker commands I use most often to run cvat
https://github.com/yugoff/readme-commands-to-run-cvat
docker docker-commands readme
Last synced: about 1 month ago
JSON representation
Docker commands I use most often to run cvat
- Host: GitHub
- URL: https://github.com/yugoff/readme-commands-to-run-cvat
- Owner: yugoff
- Created: 2024-01-11T10:50:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T11:00:42.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:17:48.977Z (3 months ago)
- Topics: docker, docker-commands, readme
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readme-cvat-docker-commands
## Docker commands I use most often to run cvat
### "docker load -i container.tar"
This command is used to unpack the docker container for further use### "scp [email protected]:/home/user/cvat.tar.gz ~/downloads/projects/cvat"
This command helps you download an archive or file from the server to your computer### "sudo netstat -tuln | grep 8002"
The command above allows you to look at the desired port and make sure whether it is busy or not?### "ssh [email protected] "cd /home/user && tar -czf cvat.tar.gz cvat""
The command above allows you to connect to the server and archive the desired directory