added cli command view containers and implementation also complete

This commit is contained in:
2021-06-09 23:59:46 +04:00
parent 8466e2d1ca
commit 14bceec3cc
4 changed files with 47 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ func Server() error{
// Convert Get Request value to int
fmt.Sscanf(Ports, "%d", &PortsInt)
// Creates container and returns back result to
// Creates container and returns-back result to
// access container
resp, err := docker.BuildRunContainer(PortsInt,GPU,"")