Podman
The phyCORE-AM62x supports Podman. You can use Podman to development your applications then deploy them to the phyCORE-AM62x. You can test Podman out using the commands below.
Run the hello-world image:
phyboard-lyra-am62xx-3:~# 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-lyra-am62xx-3:~# podman images
View all currently running images with:
phyboard-lyra-am62xx-3:~# podman ps
Stop the latest container with:
phyboard-lyra-am62xx-3:~# podman stop -l
Remove the lastest container entirely with:
phyboard-lyra-am62xx-3:~# podman rm -l
For more information, check out the official Podman documentation.
Note
For technical support, please visit PHYTEC’s Support Portal!