Podman
The phyCORE-AM64x supports Podman. You can use Podman to development your applications then deploy them to the phyCORE-AM64x. You can test Podman out using the commands below.
Run the hello-world image:
phyboard-electra-am64xx-2:~# podman run hello-world
Select the
docker.io/library/hello-world
imageThe image should run and print a message telling you that it was successful
Show a list of all the images you have using this command:
phyboard-electra-am64xx-2:~# podman images
View all currently running images with:
phyboard-electra-am64xx-2:~# podman ps
Stop the latest container with:
phyboard-electra-am64xx-2:~# podman stop -l
Remove the lastest container entirely with:
phyboard-electra-am64xx-2:~# podman rm -l
For more information, check out the official Podman documentation.
Note
For technical support, please visit PHYTEC’s Support Portal!