-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Tell us about your request
Provide a facility to import saved images from tar files in a docker compose, similar to Dockerfile.
Which service(s) is this request for?
Docker Compose
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We receive an image from vendor as tar file that needs to be uploaded to a repository, we initially load it locally using Docker Compose for partially automated testing. Having the image would simplify our workflow
Are you currently working around the issue?
Since we have some MacOS and Windows machine, we have two shell scripts to upload the tar before starting automated testing
Additional context
services:
server:
container_name: server
image:
build:
import: server.tar