#17924: Failure in doctest framework when running in docker
-------------------------------------+-------------------------------------
       Reporter:  Vincent.Neri       |        Owner:
           Type:  defect             |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.6
      Component:  doctest framework  |   Resolution:
       Keywords:  docker             |    Merged in:
        Authors:  Vincent Neri       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/Vincent.Neri/failure_in_doctest_framework_when_running_in_docker|  
add3e53a81dafd966b07727d87c3d441e1e2468f
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by nthiery):

 Hi Jeroen!

 The machine is up and running for you. Note that the docker image
 slightly evolved since last time (there is a default entry point set
 to start sage automatically by default). I just updated the
 instructions accordingly in the ticket description. If you want to be
 able to use strace & stuff in a privileged docker container this
 becomes:

 {{{
 > ssh [email protected]

 root@onevm-143:~# docker run --privileged -t -i --entrypoint "sudo"
 sagemath/sage su -

 -bash-4.3# yum install strace

 -bash-4.3# su - sage

 ... as in the ticket description ...
 }}}

 Note that in this docker image `sage` is sudoer without password.

 Good hunt!
                                 Nicolas

--
Ticket URL: <http://trac.sagemath.org/ticket/17924#comment:27>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to