Skip to content

Instantly share code, notes, and snippets.

@tnk4on
tnk4on / Podman in Podman under Rosetta.md
Last active April 18, 2024 08:33
Podman in Podman under Rosetta

Podman in Podman under Rosetta

Env

% podman version
Client:       Podman Engine
Version:      5.1.0-dev
API Version:  5.1.0-dev
Go Version:   go1.22.2
Git Commit:   3718c197c90f497b805039cd8efad55417ce5fdc
@tnk4on
tnk4on / GPU on Podman(WSL2).md
Last active January 9, 2024 08:34
GPU on Podman(WSL2)
PS C:\Users\user> podman machine init
Downloading VM image: fedora-podman-amd64-v39.0.4.tar.xz: done
Extracting compressed file: podman-machine-default_fedora-podman-amd64-v39.0.4.tar: done
Importing operating system into WSL (this may take a few minutes on a new WSL install)...
Configuring system...
Generating public/private ed25519 key pair.
Your identification has been saved in podman-machine-default
Your public key has been saved in podman-machine-default.pub
The key fingerprint is:

Podman machine os apply

Short ver.

% mkdir os-apply
% cd os-apply
% cat <<EOF > Containerfile
FROM quay.io/fedora/fedora-coreos:testing-devel
RUN touch /lib/test.txt \
@tnk4on
tnk4on / PIA handson sample.md
Last active September 4, 2023 01:17
PIA handson sample

Sample

About this content

  • Level: Beginner
  • Estimated time: 30 minutes
  • Contents (This content corresponds to Chapter 2)
    • Working with containers
    • Working with container images
    • Building images
@tnk4on
tnk4on / PIA command review(final).md
Last active October 15, 2023 09:52
PIA command review(final)

Env

Podman 4.6.1

$ podman version
Client:       Podman Engine
Version:      4.6.1
API Version:  4.6.1
Go Version:   go1.20.7
Built:        Fri Aug 11 07:07:53 2023
OS/Arch:      linux/amd64
@tnk4on
tnk4on / PIA command review.md
Last active August 21, 2023 01:14
PIA command review
@tnk4on
tnk4on / RHEL 5.x Gold Image on AWS.md
Created June 8, 2023 10:51
RHEL 5.x Gold Image on AWS

RHEL 5.x Gold Image on AWS

$ aws ec2 describe-images --owners help
<<< snip >>>

       --owners (list)
          Scopes the results to images with  the  specified  owners.  You  can
          specify  a  combination  of  Amazon Web Services account IDs, self ,
          amazon , and aws-marketplace .  If  you  omit  this  parameter,  the
@tnk4on
tnk4on / glibc.x86_64 and glibc.i686 on RHEL.md
Last active June 5, 2023 16:24
glibc.x86_64 and glibc.i686 on RHEL

‎‎​

@tnk4on
tnk4on / podman-qemu-user-static.md
Last active April 22, 2024 12:41
Podman on RHEL with multiarch/qemu-user-static