Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spdocker

A) To run the docker container ..... run

sudo su docker compose --profile all -f compose-server.yml up -d --build

B) To see the stdout of the docker

docker logs -f IMG_NAME

find out IMG_NAME by running

docker ps -q

or if only one container is running

docker logs -f $(docker ps -q)

C) To transfer file named FILENAME to IPADDR:PORT run

docker exec IMG_NAME ./client -s 1 -f FILENAME -i IPADDR:PORT

About

al3monni fork for testing the component

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages