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

How to run cockpit UI in macos-podman? #807

Open
anborg opened this issue Nov 5, 2021 · 2 comments
Open

How to run cockpit UI in macos-podman? #807

anborg opened this issue Nov 5, 2021 · 2 comments

Comments

@anborg
Copy link

anborg commented Nov 5, 2021

Any readme on that?

E.g. scenario: started an nginx, and then need to start "cockpit" , use that to see/manage various aspects of container runtime.

#https://github.com/containers/podman/blob/main/docs/tutorials/mac_experimental.md

brew install qemu
brew install podman
podman machine init
podman machine start
podman images

podman run -d -p 8080:80 nginx
curl localhost:8080

podman run -d -p 9090:9090 cockpit
Resolving "cockpit" using unqualified-search registries (/etc/containers/registries.conf.d/999-podman-machine.conf)
Trying to pull docker.io/library/cockpit:latest...
Error: initializing source docker://cockpit:latest: reading manifest latest in docker.io/library/cockpit: errors:
denied: requested access to the resource is denied
unauthorized: authentication required
@garrett
Copy link
Member

garrett commented Nov 9, 2021

This is being worked on, for the upcoming desktop app for macOS (and Windows... and eventually probably also Linux).

A few related issues:

Hopefully we'll have something easy for everyone to install "soon" (within the next few months? but no promises, of course). You're welcome to help us in building it too and helping us test early builds (when we have them). Right now, there's a proof of concept prototype, but it's not ready for normal use.

@afbjorklund
Copy link

afbjorklund commented Nov 13, 2021

There is a DIY in:

https://cockpit-project.org/running#coreos

But currently it is not reachable from the host, and there is no easy way to set up tunnels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants