picatz / goldengirl

✨ All that shimmers is gold!
MIT License
3 stars 0 forks source link

test ftp dockerfiles #36

Closed malwaremily closed 6 years ago

malwaremily commented 6 years ago

Test ftp : PASS

Command History

cd ~/dockerfiles/ftp
sudo docker build -t ftp .
sudo docker run -itd -p 21:21 ftp
sudo python test.py 0.0.0.0 21 root picat /example wiggle
sudo docker ps -a
sudo docker logs $CONTAINERID

Test Details

Last Run: 1/28/18 3:07 Dockerfiles: https://github.com/picatz/goldengirl/tree/master/dockerfiles/ftp

Photo Logs

Build the container. build Run. Login. Get a file. Logout. Verify. View Logs. runverify

picatz commented 6 years ago

👍