@@ -241,7 +245,7 @@ latest official docker image distributed by SIS.
...
@@ -241,7 +245,7 @@ latest official docker image distributed by SIS.
Using our last example, let's create a file called "Dockerfile" and with
Using our last example, let's create a file called "Dockerfile" and with
the content shown below.
the content shown below.
```bash
```shell
# vim:set ft=dockerfile:
# vim:set ft=dockerfile:
FROM openbis/jupyterhub-openbis-sis-20180405
FROM openbis/jupyterhub-openbis-sis-20180405
## Adding Python 3 library
## Adding Python 3 library
...
@@ -259,7 +263,7 @@ the official repository.
...
@@ -259,7 +263,7 @@ the official repository.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
```bash
```shell
$ docker save jupyterhub-openbis-sis-20180405 > jupyterhub-openbis-sis-20180405.tar
$ docker save jupyterhub-openbis-sis-20180405 > jupyterhub-openbis-sis-20180405.tar