hi @aherrera,
We do not use dockerhub, well not to host our images. We store our code and Dockerfile in GitLab and build the images as required from there. ie.
git clone some-project
cd some-project
docker build . -t some-project
Hope that helps.
hi @aherrera,
We do not use dockerhub, well not to host our images. We store our code and Dockerfile in GitLab and build the images as required from there. ie.
git clone some-project
cd some-project
docker build . -t some-project
Hope that helps.