瀏覽代碼

Merge pull request #8313 from ulyssessouza/remove-compose-v2-msg

Remove advertisement for `docker compose` from up
Ulysses Souza 4 年之前
父節點
當前提交
aca6edd631
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      compose/cli/main.py

+ 0 - 3
compose/cli/main.py

@@ -1144,9 +1144,6 @@ class TopLevelCommand:
         attach_dependencies = options.get('--attach-dependencies')
         keep_prefix = not options.get('--no-log-prefix')
 
-        if not IS_LINUX_PLATFORM:
-            print('Docker Compose is now in the Docker CLI, try `docker compose up`\n')
-
         if detached and (cascade_stop or exit_value_from or attach_dependencies):
             raise UserError(
                 "-d cannot be combined with --abort-on-container-exit or --attach-dependencies.")