-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Static IP not in generated compose file #24
Comments
Can you provide the output of "docker inspect <container_id>" for one of your containers that this is happening with? |
Here's a dump of one of my containers. Would be awesome to have this feature included, as I'm trying to build-up a docker backup-solution basing on your great work ;-)
|
Hello, I have the same issue. I dont see any IP in the export. networks: That is the docker inspect output for that container. "NetworkSettings": { |
@EtherealMochi @aauerswald @typoworx-de Are you still experiencing this issue? A few updates have been merged since February. |
@Red5d I'm still experiencing this issue, even with the latest release. |
I am also looking for this feature, as I have ipvlan containers that have custom IPv4 addresses set. Here's an example. docker-autocompose
Here's what docker-autocompose provides for this container:
|
Hi, sorry to resurrect this. I've built this (and a few other changes, including podman support) into my fork. |
Hello I have some static IPs set for various containers and for some reason it isn't saving those fields.
The text was updated successfully, but these errors were encountered: