VCityTeam / UD-Reproducibility

An Ubuntu based scafolding tool for deployment
2 stars 2 forks source link

Propose a low-tech (without registry) deployment of prebuild demos #14

Closed EricBoix closed 2 years ago

EricBoix commented 3 years ago

Deploying docker images requires network access and a docker registry. Docker Hub (the default docker registry) now has some usage limitations (number of users, number of push and pulls...) and installing your own (stable with access rights) registry might be quite some work (refer to section at bottom of this page).

What about distributing a docker based application (i.e. possibly using docker compose) on an USB key to be installed on a off-network machine" ? One possibility is to use docker image save ... with docker load < ....

Provide an example with some of our demos.

Notes on deploying a Docker registry

Caveat emptor

Well known registry software:

EricBoix commented 2 years ago

For the time being, the demos rebuild and push their images on a the local/desktop docker deamon. Will re-open this issue when this need reappears (because new usages requiring an independent registry emerged). Closing.