Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 439 Bytes

findings.md

File metadata and controls

17 lines (11 loc) · 439 Bytes

Findings

Docker

  • Run a Dockerfile bind to extern port from internal port: docker run -p 10000:8000 <image_id>
  • Find Image ID: docker images
  • Build Image from current state docker build ./
  • Build Image from alternative Dockerfile docker build -f Dockerfile.test ./
  • Attach with a shell to running Container docker exec -i -t <container_id> /bin/bash

NodeJS

Go Lang

Drop Wizard / Java

Python