Containerstring`bson:"container,omitempty" json:"container,omitempty"`// We could create a specific class for container, that could check if the name exists/is available
Repositorystring`bson:"repository,omitempty" json:"repository,omitempty"`// Indicate where to find the container image => Could add a struct handling authentication to the repo
Environment[]map[string]string`bson:"environment,omitempty" json:"environment,omitempty"`// a key/value struct is what ressembles the most a NAME=VALUE struct