Send installation data over socket when running

This commit is contained in:
Dane Everitt
2020-01-18 13:05:44 -08:00
parent 5c3823de9a
commit c6fcd8cabb
4 changed files with 128 additions and 60 deletions

View File

@@ -52,8 +52,8 @@ func NewDockerEnvironment(server *Server) error {
}
server.Environment = &DockerEnvironment{
Server: server,
Client: cli,
Server: server,
Client: cli,
}
return nil
@@ -544,7 +544,7 @@ func (d *DockerEnvironment) Create() error {
Env: d.environmentVariables(),
Labels: map[string]string{
"Service": "Pterodactyl",
"Service": "Pterodactyl",
"ContainerType": "server_process",
},
}