Reputation: 1
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
Reputation: 38237
Yes, you can create a base image from scratch: https://docs.docker.com/articles/baseimages/
Upvotes: 3