Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary Docker output when running "athena new-issue" #36

Open
ghost opened this issue Jan 30, 2017 · 0 comments
Open

Unnecessary Docker output when running "athena new-issue" #36

ghost opened this issue Jan 30, 2017 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 30, 2017

Athena Environment

OS: Darwin deupc00064 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64
Athena version: 0.10.2
Plugins:
 - atlas [1.3.0]
 - base [0.10.2]
 - php [0.7.2]
 - proxy [0.3.1]
 - selenium [0.3.1]
Images:
 - olx/athena-proxy-olx [0.3.1] 578266a8af89
 - olx/athena-proxy [0.3.1] 4c166e57adfd
 - olx/athena-migrations [1.0.0] 2b27823f4e07
 - olx/athena-gui [1.0.1] 6e3f6f1390ca
 - olx/athena-php7.0-php-php7.0 [1.0.0] 07fdd085b117
 - olx/athena-atlas [1.1.0] 892f90c0fd76
 - olx/athena-atlas [1.2.3] 892f90c0fd76
 - olx/athena-atlas [1.3.0] 892f90c0fd76
 - olx/athena-php5.6-php-php5.6 [1.0.0] 85946af3eb37
Running containers:
 - athena-selenium-0-firefox::selenium/node-firefox:2.53.1-beryllium
 - athena-selenium-0-hub:4444:selenium/hub:2.53.1-beryllium
 - athena-plugin-proxy-0:9090-9999:olx/athena-proxy-olx:0.3.1

I'm running Docker for Mac Version 1.13.0 (15072). Before the actual new-issue output I see:

Usage:	docker COMMAND

A self-sufficient runtime for containers

Options:
      --config string      Location of client config files (default "/Users/caio.moritz/.docker")
  -D, --debug              Enable debug mode
      --help               Print usage
  -H, --host list          Daemon socket(s) to connect to (default [])
  -l, --log-level string   Set the logging level ("debug", "info", "warn", "error", "fatal") (default "info")
      --tls                Use TLS; implied by --tlsverify
      --tlscacert string   Trust certs signed only by this CA (default "/Users/caio.moritz/.docker/ca.pem")
      --tlscert string     Path to TLS certificate file (default "/Users/caio.moritz/.docker/cert.pem")
      --tlskey string      Path to TLS key file (default "/Users/caio.moritz/.docker/key.pem")
      --tlsverify          Use TLS and verify the remote
  -v, --version            Print version information and quit

Management Commands:
  checkpoint  Manage checkpoints
  container   Manage containers
  image       Manage images
  network     Manage networks
  node        Manage Swarm nodes
  plugin      Manage plugins
  secret      Manage Docker secrets
  service     Manage services
  stack       Manage Docker stacks
  swarm       Manage Swarm
  system      Manage Docker
  volume      Manage volumes

Commands:
  attach      Attach to a running container
  build       Build an image from a Dockerfile
  commit      Create a new image from a container's changes
  cp          Copy files/folders between a container and the local filesystem
  create      Create a new container
  deploy      Deploy a new stack or update an existing stack
  diff        Inspect changes on a container's filesystem
  events      Get real time events from the server
  exec        Run a command in a running container
  export      Export a container's filesystem as a tar archive
  history     Show the history of an image
  images      List images
  import      Import the contents from a tarball to create a filesystem image
  info        Display system-wide information
  inspect     Return low-level information on Docker objects
  kill        Kill one or more running containers
  load        Load an image from a tar archive or STDIN
  login       Log in to a Docker registry
  logout      Log out from a Docker registry
  logs        Fetch the logs of a container
  pause       Pause all processes within one or more containers
  port        List port mappings or a specific mapping for the container
  ps          List containers
  pull        Pull an image or a repository from a registry
  push        Push an image or a repository to a registry
  rename      Rename a container
  restart     Restart one or more containers
  rm          Remove one or more containers
  rmi         Remove one or more images
  run         Run a command in a new container
  save        Save one or more images to a tar archive (streamed to STDOUT by default)
  search      Search the Docker Hub for images
  start       Start one or more stopped containers
  stats       Display a live stream of container(s) resource usage statistics
  stop        Stop one or more running containers
  tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
  top         Display the running processes of a container
  unpause     Unpause all processes within one or more containers
  update      Update configuration of one or more containers
  version     Show the Docker version information
  wait        Block until one or more containers stop, then print their exit codes

Run 'docker COMMAND --help' for more information on a command.
@ghost ghost added the bug label Jan 30, 2017
@ghost ghost self-assigned this Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants