Skip to content

Commit

Permalink
Docker not starting?
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Feb 1, 2024
1 parent 1e86bf4 commit 8e6ec5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/common_modules/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ system:
user:
enabled:
- podman.socket
- docker.socket
- dx-user-vscode.service
- dx-user-gsettings.service
6 changes: 5 additions & 1 deletion config/scripts/extra-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ rpm-ostree override replace \
vte-profile
rpm-ostree install prompt
rm -f /etc/yum.repos.d/_copr_kylegospo-prompt.repo
rpm-ostree uninstall gnome-extensions-app

rpm-ostree uninstall gnome-extensions-app

wget https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -O /tmp/docker-compose && \
install -c -m 0755 /tmp/docker-compose /usr/bin

0 comments on commit 8e6ec5f

Please sign in to comment.