search for: podman

Displaying 20 results from an estimated 64 matches for "podman".

2019 Jan 05
2
Docker on Centos 7
...ntOS mailing list >>>> CentOS at centos.org >>>> https://lists.centos.org/mailman/listinfo/centos >>> Most likely you had hostname set in the bash prompt.? By default >>> containers run with the hostname=containerid. >>> >>> >>> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname >>> 3ac978bc84be >>> >>> >>> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh >>> sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think this would need t...
2019 Jan 04
2
Docker on Centos 7
..._______________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos > > Most likely you had hostname set in the bash prompt.? By default > containers run with the hostname=containerid. > > > # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname > 3ac978bc84be > > > |PS1="\h$ " Should give you what you want # podman run -ti fedora sh > sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think this would need to > be added to the .bashrc or .bash_...
2020 Jul 13
1
Re: nbdkit / exposing disk images in containers
...Modify nbdkit-curl-plugin so the user could provide a script for > > renewing authorization. This would expose the full gory details > > to the end user, but on the other hand might be useful in other > > situations that require authorization. > > docker/podman already solved this, why should nbdkit solve it again? Right, exactly my thoughts and the reason why (3) below. > Do you get timeouts while you download the image with a single request? Do you mean a single massive curl request? I didn't try. You get a 401 authorization failure if you m...
2020 Jul 11
2
nbdkit / exposing disk images in containers
...r filenames into export names, and a deeper change to nbdkit core server to allow listing all export names. The end result would be that an NBD client could query the list of files [ie exports] in the tarball and choose one to download. (3) gzip & tar require full downloads - why not “docker/podman save/export”? Stepping back to get the bigger picture: Because the OCI standard uses gzip for compression (https://stackoverflow.com/a/9213826), and because the tar index is interspersed with the tar data, you always need to download the whole container layer before you can access the disk image i...
2020 Jul 12
0
Re: nbdkit / exposing disk images in containers
...required. > > (b) Modify nbdkit-curl-plugin so the user could provide a script for > renewing authorization. This would expose the full gory details > to the end user, but on the other hand might be useful in other > situations that require authorization. docker/podman already solved this, why should nbdkit solve it again? Do you get timeouts while you download the image with a single request? > (2) nbdkit-tar-filter exportname and listing files. > > This has already been covered by an email from Nir Soffer, so I'll > simply link to that: > &...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Tue, Mar 21, 2023 at 09:05:12AM -0500, Eric Blake wrote: > > $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge You usually shouldn't need this step when reproducing a problem on CI. Instead just use the container that gitlab has published under the project's registry For any job eg https://gitlab.com/nbdkit/libnbd/-/jobs/39730026...
2019 Jan 05
0
Docker on Centos 7
...t;>> CentOS at centos.org >>>>> https://lists.centos.org/mailman/listinfo/centos >>>> Most likely you had hostname set in the bash prompt.? By default >>>> containers run with the hostname=containerid. >>>> >>>> >>>> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname >>>> 3ac978bc84be >>>> >>>> >>>> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh >>>> sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I thi...
2020 Jun 08
1
Re: No outbound connectivity from guest VM(fedora 32)
...no configuration changes on my host or in the guest VMs, > > simply created and installed two VMs(Fedora and RHEL8) in Fedora where > > the VMs are having the same issue. > > > > I am happy to provide any logs or command output if that would help. > > Do you have "podman" installed on your host ? As there is an issue > with podman loading "br_netfilter" which is harming libvirt default > network traffic.. Hi, yes I am using podman for some development tasks. However I don't see any br_netfilter module loaded: # lsmod | grep br_netfilter...
2019 Jan 04
2
Docker on Centos 7
I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum. Has anyone else seen this?
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...@ success() # Create a temporary directory and change the working directory to it. tmpd=$(mktemp -d) -cleanup_fn rm -r -- "$tmpd" +#cleanup_fn rm -r -- "$tmpd" cd "$tmpd" # If the "file" parameter of execvpe() is an empty string, then we must fail -- $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge $ podman run -it --rm --userns=keep-id -v .:/repo:z -w /repo libnbd-alpine-edge bash $ ./configure $ make check $ grep tmpd= lib/test-suite.log + tmpd=/tmp/tmp.EMgKeF $ /tmp/tmp.EMgKeF/bin/f 1 + 1 f: applet not found 0b748c9fe495:...
2020 Jun 05
2
No outbound connectivity from guest VM(fedora 32)
Hi, I recently installed a fresh install of Fedora 32 and I am having trouble with my virtual machine networking, I can ssh and connect into my guest VMs from my host, but the guest VMs cannot ping out to the internet. I am using the "default" NAT virtual network, the interesting thing is I have made no configuration changes on my host or in the guest VMs, simply created and installed
2019 Oct 21
0
[centos/centos.org] branch master updated: Just added simple python snippet for local view - works also on c8
...d-off-by: Fabian Arrotin <arrfab at centos.org> --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bd7de6b..3fcc24c 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,17 @@ Please note that it also works with Podman, so no need to install Docker anymore ``` sudo yum install -y podman -sudo podman run --rm -v /opt/data/git/centos.org/:/nanoc/:Z registry.centos.org/arrfab/nanoc:latest +podman run --rm -v /opt/data/git/centos.org/:/nanoc/:Z registry.centos.org/arrfab/nanoc:latest ``` +## View the output +Y...
2020 Apr 06
1
Wiki edit: HowTos/Virtualization
...that the project can easily be deployed ... this includes host os and Kubernetes. We dev and test on Fedora, CentOS, and RHEL and several Debian derivatives for OS's and minikube for Kubernetes. We've discovered a fresh install of Fedora 31 and CentOS 8 cannot run `minikube start --driver=podman`. Exploring the reasons for this led me to the discovery that Section HowTos/Virtualization is missing a section on how to use the tools from the Open Containerization Initiative (cni, cri-o, podman, etc). The result is our users are having to search through the blogosphere for inconsistent proce...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...d=$(mktemp -d) >>> -cleanup_fn rm -r -- "$tmpd" >>> +#cleanup_fn rm -r -- "$tmpd" >>> cd "$tmpd" >>> >>> # If the "file" parameter of execvpe() is an empty string, then we must fail -- >>> >>> $ podman build -f ci/containers/alpine-edge.Dockerfile -t libnbd-alpine-edge >>> $ podman run -it --rm --userns=keep-id -v .:/repo:z -w /repo libnbd-alpine-edge bash >>> $ ./configure >>> $ make check >>> $ grep tmpd= lib/test-suite.log >>> + tmpd=/tmp/tmp.EMgKeF...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 11:42, Laszlo Ersek wrote: > Now the "podman build -f ci/containers/alpine-edge.Dockerfile -t > libnbd-alpine-edge" command is failing with a different error message -- > the download completes, but the internal relinking etc fails due to > permission errors, which I don't understand. I've asked Martin for comments. >...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On Wed, Mar 22, 2023 at 12:13:49PM +0100, Laszlo Ersek wrote: > On 3/22/23 11:42, Laszlo Ersek wrote: > > > Now the "podman build -f ci/containers/alpine-edge.Dockerfile -t > > libnbd-alpine-edge" command is failing with a different error message -- > > the download completes, but the internal relinking etc fails due to > > permission errors, which I don't understand. I've asked Martin for...
2018 Sep 03
2
running a (secondary) samba DC as docker container
As I am learning docker lately I came to the idea of using a docker container as a "fallback" DC at sites where there is no budget (or understanding) for a 2nd physical DC. That 2nd DC *might* run as docker container alongside the DM/fileserver, right? OK, it should get a separate IP, I assume etc Aside from the details: does anyone here actually do that?
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 12:42, Daniel P. Berrang? wrote: > On Wed, Mar 22, 2023 at 12:13:49PM +0100, Laszlo Ersek wrote: >> On 3/22/23 11:42, Laszlo Ersek wrote: >> >>> Now the "podman build -f ci/containers/alpine-edge.Dockerfile -t >>> libnbd-alpine-edge" command is failing with a different error message -- >>> the download completes, but the internal relinking etc fails due to >>> permission errors, which I don't understand. I've asked M...
2018 Sep 03
2
running a (secondary) samba DC as docker container
...is a big >    TODO for me. > 4. On the container instance smb.conf, remember so set: >       interfaces = <public IP> >       bind interfaces only = Yes > 5. I am using the internal DNS but it should work too with Bind. > > I create my container instances this way (I use podman for simplicity, > but it works on docker too) > >   podman create --privileged \ >     --network host \ >     -v /srv/samba/samba-ad/etc:/etc/samba:Z \ >     -v /srv/samba/samba-ad/data:/var/lib/samba:Z \ >     -v /srv/samba/samba-ad/log:/var/log/samba:Z \ >     --hostname...
2019 Jan 05
0
Docker on Centos 7
...____________ >>> CentOS mailing list >>> CentOS at centos.org >>> https://lists.centos.org/mailman/listinfo/centos >> Most likely you had hostname set in the bash prompt.? By default >> containers run with the hostname=containerid. >> >> >> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname >> 3ac978bc84be >> >> >> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh >> sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think this would need to >> be added...