Improves handling port mapping #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/port_mapping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
switched port field to a JSONField adds a helper function to display server port mapping in admin launching a container will map the ports appropriately Instead of typing json to map ports we have a widget replaced by such text fields. where one can + button to add or - to remove i.e. [container_port/proto]:[host_port] At first port was an IntegerField. Hence i added a manual migration which is the latest one to get them to be default:port(old value)
Signed-off-by: Pratyush Desai pratyush.desai@liberta.casa
There has some dirty / repetitive code perhaps slipped into this. I’m gonna have to assimilate all such issues and solve them premerge. ramifications of things like the
templae
for thewidget
.WIP : Improves handling port mappingto Improves handling port mapping