Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 318 Bytes

File metadata and controls

15 lines (10 loc) · 318 Bytes

Dockerfiles

Various docker files I use.

Docker hub: https://hub.docker.com/u/alexignatyev/

Building and publishing Docker images

% cd mltool-deps
% docker build -t alexignatyev/mltool-deps[:tag]  # tag is not required, "latest" by default
% docker images
% docker push alexignatyev/mltool-deps[:tag]