An open API service indexing awesome lists of open source software.

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

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