Skip to content

Commit

Permalink
remove todo comments in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
srujangit123 committed Dec 26, 2024
1 parent 41948ef commit 11185f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/container/dockerclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ func (d *dockerClient) GetContainers(ctx context.Context, opts *container.ListOp
return containersList, nil
}

// 1. Use volume mounts. Mount a specific file - the upload file. Then run the container with a custom command.
// TODO: Add Cgroups support
// TODO: Improve security: drop all the capabilities and use only those that are absolutely necessary.
func (d *dockerClient) ExecuteCode(ctx context.Context, code *Code) (string, error) {
codeFileName, inputFileName, err := createCodeAndInputFilesHost(code, d.logger)
if err != nil {
Expand Down

0 comments on commit 11185f7

Please sign in to comment.