Daniel Fernandez
Daniel Fernandez

Reputation: 1

How can I build a Docker Image without accessing the Docker Hub or External Sites?

I'm sitting behind a firewall at work and cannot connect to the usual external sites to get started with Docker. Is it possible to build a Docker Base Image from an .iso file or something similar.

Upvotes: 0

Views: 806

Answers (1)

Andy
Andy

Reputation: 38237

Yes, you can create a base image from scratch: https://docs.docker.com/articles/baseimages/

Upvotes: 3

Related Questions