Questions tagged [docker-pull]

50 questions
0
votes
1 answer

How to pull and run a docker image from a repo - Docker

I have a WebApi created using .Net Core. I have a .dockerfile in the root of my solution: FROM mcr.microsoft.com/dotnet/core/aspnet:2.1-stretch-slim AS base WORKDIR /app EXPOSE 80 EXPOSE 443 FROM mcr.microsoft.com/dotnet/core/sdk:2.1-stretch AS…
isosa
  • 33
  • 8
0
votes
0 answers

How can i make docker to pull image from another host machine's local repository?

Please refer this link: Caching Docker Images I have installed a local registry on Machine A, and it caches all the images I pull on Machine A. Now, I am trying to pull some images on Machine B using Machine B's local repo. I cannot achieve…
0
votes
3 answers

Docker image no longer pulls

Up until very recently we have been pulling microsoft/dotnet:2.1-aspnetcore-runtime with docker on our WS2016 server (version 1607) with no issues. As of this weekend we can no longer pull this image successfully as it fails on extracting the first…
Adamon
  • 484
  • 9
  • 21
0
votes
1 answer

SageMaker deploying to EIA from TF Script Mode Python3

I've fitted a Tensorflow Estimator in SageMaker using Script Mode with framework_version='1.12.0' and python_version='py3', using a GPU instance. Calling deploy directly on this estimator works if I select deployment instance type as GPU as well.…
Austin
  • 6,921
  • 12
  • 73
  • 138
0
votes
1 answer

docker pull command doesn't allow password and always getting Error response from daemon: unauthorized: authentication required

I am going through a unexpected error. I am always getting the error "Error response from daemon: unauthorized: authentication required" whenever I am trying to pull microsoft/mssql-server-windows:2017-latest by using the blow command.…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
1 2 3
4