From 84d12777b50b3ab2939bc4b0cebaa68038f3fba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 16 Feb 2017 16:59:46 +0100 Subject: [PATCH] Use codehilite console --- docs.it4i/software/singularity.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/software/singularity.md b/docs.it4i/software/singularity.md index 245f7982a..39618e32c 100644 --- a/docs.it4i/software/singularity.md +++ b/docs.it4i/software/singularity.md @@ -11,7 +11,7 @@ Singularity also allows you to leverage the resources of whatever host you are o Singularity can import, bootstrap, and even run Docker images directly from [Docker Hub](https://hub.docker.com/). You can easily run RHEL7 like this: -```bash +```console [hrb33@r33u01n865 ~]$ cat /etc/redhat-release CentOS release 6.7 (Final) [hrb33@r33u01n865 ~]$ ml Singularity @@ -29,7 +29,7 @@ CentOS Linux release 7.3.1611 (Core) ## Creating Own Image from Docker Image -```bash +```console hrb33@hrb33-toshiba:/$ cd /tmp/ hrb33@hrb33-toshiba:/tmp$ sudo singularity create /tmp/c7.img [sudo] password for hrb33: @@ -65,7 +65,7 @@ total size is 805,306,399 speedup is 1.00 Accessing /HOME and /SCRATCH Within Container -```bash +```console hrb33@hrb33-toshiba:/tmp$ ssh hrb33@login4.salomon _____ _ -- GitLab