Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 364 Bytes

Container module for zoidberg-ng

Build the container in sub-directory "container" under PROJECT DIR

docker build -t zoidberg:latest .

Run the test demo with two accessible system(root/redhat) appended

python demo.py $system1_ip $system2_ip

See the output logs with the exited container

docker ps -a
docker logs $container-id