Skip to content

Latest commit

 

History

History

Docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dockerfile

Requirement

$ mv [user_pub_key_path] [project_path]/Docker
$ mv [user_priv_key_path] [project_path]/Docker
# take your priv_key and pub_key to Docker directory

$ chmod +x team4.sh

Build Docker

$ docker build -t onion .

Run

$ docker run -v `pwd`:/root/mount -e OPT="[program argument]" -i -t onion

This command mount pwd to /root/mount.