Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 225 Bytes

readme for docker.md

File metadata and controls

15 lines (8 loc) · 225 Bytes

#run these in root directory

#build Ubuntu

docker build -t vsdk-1.10.5-on-ubuntu -f Dockerfile-Ubuntu/Dockerfile . docker run -it --rm vsdk-1.10.5-on-ubuntu

#list all images docker images -a

#remove images docker rmi