The best way to create docker image “offline installer”
问题 I use docker-compose file to get Elasticsearch Logstash Kibana stack. Everything works fine, docker-compose build command creates three images, about 600 MB each, downloads from docker repository needed layers. Now, I need to do the same, but at the machine with no Internet access. Downloading from respositories there is impossible. I need to create "offline installer". The best way I found is docker save image1 image2 image3 -o archivebackup.tar but created file is almost 2GB. During docker