package
0.0.0-20210205234250-13057ba107ef
Repository: https://github.com/bocmah/phpdocker-gen.git
Documentation: pkg.go.dev

# Constants

All supported network drivers.
All supported network drivers.
All supported network drivers.
All supported network drivers.
All supported network drivers.
All supported restart policies.
All supported restart policies.
All supported restart policies.
All supported restart policies.
All supported volume drivers.

# Structs

Build represents 'build' directive in docker-compose file.
Config represents docker-compose file as a struct.
Image represents 'image' directive in docker-compose file.
NamedVolume represents top-level volume in docker-compose file.
Network is a top-level network in docker-compose file.
PortsMapping represents a single mapping of host port to container port.
Service represents a single service inside docker-compose services directive.
ServiceVolume represents service-level volume mapping in docker-compose file.

# Type aliases

Environment represents 'environment' directive in docker-compose file.
NamedVolumes represents top-level 'volumes' directive in docker-compose file.
NestingLevel represents how deep string to which it is applied should be nested.
NetworkDriver is one of the network drivers supported by docker.
Networks is a top-level networks directive.
Ports represents 'ports' directive in docker-compose file.
RestartPolicy is one of the restart policies supported by docker.
ServiceNetworks is service-level networks.
ServiceVolumes represents service-level volumes directive.
VolumeDriver is one of the volume drivers supported by docker.