Kaydet (Commit) e7570b03 authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

Bug Fix

üst 3161aa2b
...@@ -9,7 +9,7 @@ const start = async (req, res) => { ...@@ -9,7 +9,7 @@ const start = async (req, res) => {
docker.createContainer( docker.createContainer(
{ {
name: `${name.replace()} Parki`.replace(" ", "-"), name: `${name.replace()} Parki`.replace(" ", "-"),
Image: image, Image: req.body.image,
AttachStdin: false, AttachStdin: false,
AttachStdout: true, AttachStdout: true,
AttachStderr: true, AttachStderr: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment