refactor: remove old/non-urgen/resolved FIXMEs

This commit is contained in:
2021-12-28 01:35:40 +01:00
parent 6a98024a2b
commit 5cacd09a04
6 changed files with 1 additions and 23 deletions

View File

@ -82,11 +82,7 @@ var appRunCommand = &cli.Command{
execCreateOpts.Tty = false
}
// FIXME: an absolutely monumental hack to instantiate another command-line
// client withing our command-line client so that we pass something down
// the tubes that satisfies the necessary interface requirements. We should
// refactor our vendored container code to not require all this cruft. For
// now, It Works.
// FIXME: avoid instantiating a new CLI
dcli, err := command.NewDockerCli()
if err != nil {
logrus.Fatal(err)