Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 302 Bytes

File metadata and controls

24 lines (16 loc) · 302 Bytes

docker

Collection of dockerfiles

How to build (as root)

cd base/baremetal
docker build -rm -t joachimvda/base/baremetal . 

Run an instance:

docker run -d -p 1022:22 joachimvda/base/ssh

Attach console:

sudo docker attach -sig-proxy=false $CONTAINER_ID