all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to run a Docker image as a Guix System service?
@ 2021-05-03 18:39 Mekeor Melire
  0 siblings, 0 replies; only message in thread
From: Mekeor Melire @ 2021-05-03 18:39 UTC (permalink / raw)
  To: help-guix

Hello Guix!

Is it possible to run a Docker image as a Guix System service?

For example, consider Gitlab. Unfortunately, there is no package
declaration of Gitlab for Guix yet. But let's assume you are impatient
and you want to run Gitlab on Guix System as soon as possible. Is it
possible for you to use Gitlab's Docker image as a Guix System service?

I guess, in the system declaration, I would imagine it to look similar
to this, ideally:

    (operating-system
        ;; …
        (services
            ;; …
            (docker-image-service "gitlab/gitlab-ce")))

Mekeor


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-03 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03 18:39 How to run a Docker image as a Guix System service? Mekeor Melire

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.