https://bugzilla.redhat.com/show_bug.cgi?id=1029980

            Bug ID: 1029980
           Summary: the run command does not have recent options
           Product: Fedora
           Version: 19
         Component: docker-io
          Assignee: l...@redhat.com
          Reporter: rdavaill...@hbs-research.com
        QA Contact: extras...@fedoraproject.org
                CC: golang@lists.fedoraproject.org, l...@redhat.com,
                    mat...@redhat.com, mgold...@redhat.com,
                    vba...@redhat.com



Using docker-io.x86_64 0:0.7-0.13.dm.fc19 rpm from Marek Goldmann's repository.

The docker run command doesn't provide some recent (0.6.5) options like name or
link

 sudo docker help run

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Run a command in a new container

  -a=map[]: Attach to stdin, stdout or stderr.
  -c=0: CPU shares (relative weight)
  -cidfile="": Write the container ID to the file
  -d=false: Detached mode: Run container in the background, print new container
id
  -dns=[]: Set custom dns servers
  -e=[]: Set environment variables
  -entrypoint="": Overwrite the default entrypoint of the image
  -h="": Container host name
  -i=false: Keep stdin open even if not attached
  -lxc-conf=[]: Add custom lxc options -lxc-conf="lxc.cgroup.cpuset.cpus = 0,1"
  -m=0: Memory limit (in bytes)
  -n=true: Enable networking for this container
  -p=[]: Expose a container's port to the host (use 'docker port' to see the
actual mapping)
  -privileged=false: Give extended privileges to this container
  -rm=false: Automatically remove the container when it exits (incompatible
with -d)
  -t=false: Allocate a pseudo-tty
  -u="": Username or UID
  -v=map[]: Bind mount a volume (e.g. from the host: -v /host:/container, from
docker: -v /container)
  -volumes-from=[]: Mount volumes from the specified container
  -w="": Working directory inside the container

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to