Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

199
Views
Sending build context to Docker daemon (it doesn't stop)

(UBUNTU) I create my dockerfile with touch dockerfile and I do sudo vim dockerfile. the code inside is:

FROM ubuntu:12.00
CMD echo Hello World!!

So I do sudo docker build . . The shell prints me

Sending build context to Docker daemon TOT kB

TOT is the number of GB that the shell download and Now I have 10.40 GB. IS it possible or I wrong something?

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

mv your Dockerfile to an empty folder, and build it. When build a docker image, docker will "use" all files in current folder as its "context". You can also create a .dockerignore file to exclude files or directories like .gitignore.

about 4 years ago · Santiago Trujillo Report

0

Try this command :

docker build -t go_grpc:1.10 - < Dockerfile
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!