OpenMediaVault-Plugin-Developers / openmediavault-docker-gui

Docker plugin for OpenMediaVault
32 stars 17 forks source link

Add start parameters #73

Closed CorentinDy closed 5 years ago

CorentinDy commented 5 years ago

Hi, i'm wondering if there was any way to add parameters to start a container.

Exemple : steamcache-dns

docker run --name steamcache-dns -p 10.0.0.2:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=10.0.0.3 steamcache/steamcache-dns:latest

How can i add all this parameters to start my container ? I can't find the option in the plugin

Thx

ryecoaaron commented 5 years ago

This would be a better question for the forum. The last argument is the image to search for, the name argument would go in the container name textbox, the port argument would go in the port forwarding section, and other options would go in the extra arguments textbox.

CorentinDy commented 5 years ago

Well my bad, didn't get the logic first try , i thought it was in container section, not in image section to start a container ..