Notice
Recent Posts
Recent Comments
Link
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

cdor1's lab

Simple Docker Command 본문

Security/Pwnable

Simple Docker Command

Cdor1 2017. 11. 1. 03:16

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