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

Bütün konteynerlerin getirilmesi için düzenleme yapıldı

üst aace521c
......@@ -14,7 +14,7 @@ app.get("/", (_, res) => {
});
app.get("/containers", (_, res) => {
docker.listContainers(function (_, containers) {
docker.listContainers({ all: true }, function (_, containers) {
res.send(
containers.filter(
(i) =>
......
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