Replies: 2 comments 1 reply
-
Ugh. Looks like I might have hit the quoting bug that I already reported and is fixed in 5.0. Here's the actual argumen ton the
It seems to be including the quotes as part of the name. OK, I'll try removing the quotes in the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've confirmed that removing the quotes around the network name let me progress to next strange error. Closing this.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my
.container
file, I tried both of these:Network="mysql.network"
Network="systemd-mysql"
If I use
sudo podman network ls
, I can see a network was created:Yet when I try to startthe container service, I get errors that the network is not found:
The docs for
Network=
seem to imply at least one of those should work:I'm a newly minted Fedora user and would upgrade to Podman 5 to test that if there's a way. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions