Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 495 Bytes

README-Docker.md

File metadata and controls

17 lines (14 loc) · 495 Bytes

Building the docker image for vw-py

  docker build -t yourrepo/vw-py:yourtag .

For example,

docker build -t mt/vw-py:1.0 .
  • Once the image is built, to test out, run a docker container using the image with an interactive shell open:
  docker run --name vw-py-0.1 -it --entrypoint=/bin/bash yourrepo/vw-py:yourtag -i