Pasta has been available for quite some time in podman but I've yet to find any resources on how to use it in compose.
If I'm using podman compose, what are the steps needed to use pasta?
Let's assume I have a configuration like such:
services:
webserver:
image: docker.io/caddy:2.9.1
networks:
webserver_network:
networks:
webserver_network:
How would I make this work with pasta?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745114452a4612045.html
评论列表(0条)