Files
ofvp_Server/docker_config.json
T
2021-03-13 15:45:30 -03:00

31 lines
577 B
JSON

{
"name": "docker_runTeste",
"docker_image": "teste/docker:run",
"dockerfile": "Dockerfile",
"ports": [
{
"port": 22,
"external": 2222,
"protocoll": "tcp"
},
{
"port": 2122,
"protocoll": "udp"
}
],
"mounts": [
{
"path": "/home/http",
"from": "./docker/http"
}
],
"env": [
{
"name": "teste",
"value": "google is best"
}
],
"options": [
"--privileged"
]
}