refactor
This commit is contained in:
parent
e851e2de48
commit
c735dc8a6d
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@ arch-wiki: https://wiki.archlinux.org/title/PKGBUILD
|
||||||
obj: concept
|
obj: concept
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# PKGBUILD
|
||||||
|
|
||||||
A `PKGBUILD` is a shell script containing the build information required by [Arch Linux](../../linux/Arch%20Linux.md) packages. [Arch Wiki](https://wiki.archlinux.org/title/PKGBUILD)
|
A `PKGBUILD` is a shell script containing the build information required by [Arch Linux](../../linux/Arch%20Linux.md) packages. [Arch Wiki](https://wiki.archlinux.org/title/PKGBUILD)
|
||||||
|
|
||||||
Packages in [Arch Linux](../../linux/Arch%20Linux.md) are built using the [makepkg](makepkg.md) utility. When [makepkg](makepkg.md) is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package archive (pkgname.pkg.tar.zst). The resulting package contains binary files and installation instructions, readily installable with [pacman](Pacman.md).
|
Packages in [Arch Linux](../../linux/Arch%20Linux.md) are built using the [makepkg](makepkg.md) utility. When [makepkg](makepkg.md) is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package archive (pkgname.pkg.tar.zst). The resulting package contains binary files and installation instructions, readily installable with [pacman](Pacman.md).
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
obj: concept
|
obj: concept
|
||||||
|
source: https://docs.docker.com/engine/swarm
|
||||||
---
|
---
|
||||||
|
|
||||||
# Docker Swarm
|
# Docker Swarm
|
||||||
|
|
|
@ -24,8 +24,6 @@ Inspect changes on a container or image’s filesystem.
|
||||||
Usage: `podman diff [options] container|image [container|image]`
|
Usage: `podman diff [options] container|image [container|image]`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
||||||
|
|
||||||
$ podman diff --format json myimage
|
$ podman diff --format json myimage
|
||||||
{
|
{
|
||||||
"changed": [
|
"changed": [
|
||||||
|
|
Loading…
Reference in a new issue