Ship a Docker image of the whole thing
See original GitHub issueThe generated Docker images can then just inherit from that. This will speed up deploys as no need to pip install
anything.
- Ship that image to Docker Hub
- Update the generated Dockerfile to use it
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Share the application | Docker Documentation
Run the image on a new instance · Open your browser to Play with Docker. · Click Login and then select...
Read more >How to deliver docker image to client? - Stack Overflow
Use docker save to save images to tar files and then, share that with your client whom can use them by loading them...
Read more >How to Transfer/Move a Docker Image to Another System?
In an ideal scenario, transferring docker images is done through the Docker Registry or though a fully-managed provider such as AWS's ECR or ......
Read more >Ship your containers with Docker! - YouTube
Hello, hello guys,Let's have a chat on how to use Docker to manage our application's dependencies, and how it makes our lives extremely ......
Read more >Shipping Containers with Docker - YouTube
Speaker: Scott GallagherDocker is an open-source project to easily create lightweight, portable, self-sufficient containers from any ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shipped to Docker Hub: https://hub.docker.com/r/datasetteproject/datasette/
I did this manually the first time. I’ll set Travis up to do this automatically in #329
Thanks for the explanation! Please do start a pull request.