Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete Documentation: How to Install #444

Open
2 tasks done
CorruptComputer opened this issue Mar 11, 2024 · 0 comments · May be fixed by #445
Open
2 tasks done

Incomplete Documentation: How to Install #444

CorruptComputer opened this issue Mar 11, 2024 · 0 comments · May be fixed by #445
Labels
bug Something isn't working

Comments

@CorruptComputer
Copy link

CorruptComputer commented Mar 11, 2024

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

Something is missing from the how to install documentation, I've followed it exactly on a brand new install of CentOS using podman and it does not work.

https://github.com/louislam/dockge?tab=readme-ov-file#-how-to-install

👟 Reproduction steps

  1. Setup a brand new install of CentOS Stream 9.
  2. Follow the how to install documentation exactly, do not make any assumptions about anything not listed as a requirement.
  3. The installation will fail, because something is missing.

👀 Expected behavior

You should be able to install the application successfully.

😓 Actual Behavior

[root@echidna ~]# mkdir -p /opt/stacks /opt/dockge
[root@echidna ~]# cd /opt/dockge
[root@echidna dockge]# curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   775  100   775    0     0   3974      0 --:--:-- --:--:-- --:--:--  3994
[root@echidna dockge]# docker compose up -d
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: looking up compose provider failed
7 errors occurred:
	* exec: "docker-compose": executable file not found in $PATH
	* exec: "/root/.docker/cli-plugins/docker-compose": stat /root/.docker/cli-plugins/docker-compose: no such file or directory
	* exec: "/usr/local/lib/docker/cli-plugins/docker-compose": stat /usr/local/lib/docker/cli-plugins/docker-compose: no such file or directory
	* exec: "/usr/local/libexec/docker/cli-plugins/docker-compose": stat /usr/local/libexec/docker/cli-plugins/docker-compose: no such file or directory
	* exec: "/usr/lib/docker/cli-plugins/docker-compose": stat /usr/lib/docker/cli-plugins/docker-compose: no such file or directory
	* exec: "/usr/libexec/docker/cli-plugins/docker-compose": stat /usr/libexec/docker/cli-plugins/docker-compose: no such file or directory
	* exec: "podman-compose": executable file not found in $PATH

Dockge Version

n/a

💻 Operating System and Arch

CentOS Stream 9

🌐 Browser

n/a

🐋 Docker Version

Podman

🟩 NodeJS Version

n/a

📝 Relevant log output

No response

@CorruptComputer CorruptComputer added the bug Something isn't working label Mar 11, 2024
@CorruptComputer CorruptComputer linked a pull request Mar 11, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant