cdor1's lab
Simple Docker Command 본문
This post described centered on pwnable.tw docker environment
1. Build container
Enter this command in the path containing the Dockerfile
docker build -t [name]:[tag]
docker build -t critical_heap:1.0
2. Check container
docker images
3. Run container
docker run -it [name]:[tag] [command]
docker run -it critical_heap:1.0 /bin/bash
'Security > Pwnable' 카테고리의 다른 글
WHL_CAT-security start (0) | 2017.11.28 |
---|---|
WITHCON2017 calc (0) | 2017.11.16 |
pwnable.tw kidding (0) | 2017.11.01 |
pwnable.tw starbound (0) | 2017.10.17 |
cpp chall (0) | 2017.10.17 |
Comments