DockerOptions

struct holding options for a docker operation

Members

Variables

command
string command;

custom command to be run

detach
bool detach;

detach the container

gdb
bool gdb;

enable GDB (GNU Debugger)

image
string image;

the docker image to be run

name
string name;

container name

privileged
bool privileged;

enable privileged mode (useful for GDB)

remove
bool remove;

remove container

user
string user;

container user

verbose
bool verbose;

verbose mode

Meta