Using devcontainers on bazzite

I’m trying to get devcontainersin vscode working, but I don’t know how to install docker.
I guess there are 3 ways

  1. Install vscode and docker in distrobox
  2. Install docker via brew
  3. Layer docker package
    I don’t now which way is the correct one so i’m just asking
    (Yeah i know rebasing to a dx version of aurora is simpler but i like bazzite)

bazzite-dx has docker built in:

1 Like

I checked the dx site that tells me to rebase, but how can I rebase with this command if I don’t have docker installed?

docker pull ghcr.io/ublue-os/bazzite-dx:sha256-2bf73c66b7b0065988ba72411f317cf829f0be68a6881b2ae59739bc38218287.sig

Should I edit it in some shape or form? Like aurora?

rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/aurora:stable

Or maybe use the prompt from amyOS?

sudo bootc switch --enforce-container-sigpolicy ghcr.io/astrovm/amyos:latest

If anyone was looking for - the correct prompt is

rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx:stable

You can change bazzite-dx with any other package listed here

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.