JUPYTER NOTEBOOK in Docker Container

Buddhiprakash Jain
3 min readJun 1, 2021

Hello Everyone!!🖐

In this blog I am going to Lauched Jupyter Notebook inside Docker Container💧 that is running on the top of Redhat Linux 8🔴.

Now-a-days in IT world Docker is most used Technolgy . MNC’s now move to the docker world. Normally if we Launch a Docker container it launched in CLI mode.But here i am going to Launch a Docker container in GUI Mode.

For setup this Environment Technologies that are integrate:-

💥Redhat Linux 8

💥 Docker

💥Python

STEPS TO BE FOLLOWED FOR LAUNCHING GUI CONTAINER:-

STEP 1:-

Configure the Docker repo with extension “.repo” in “/etc/yum.repos.d” folder.

Docker repo

STEP 2:-

Start the Docker Service.

Service start

STEP 3:-

Pull a Image for Baseos (centos:latest)

Image pull

STEP 4:-

Launch a Docker GUI Container

Launch Container

STEP 5:-

Install python3 in docker container

Installing python3

STEP 6:-

Install firefox in docker container

Installing firefox

STEP 7:-

Install jupyter notebook in docker container

Installing jupyter notebook

STEP 8:-

Launching Jupyter Notebook in Docker Container

Installing jupyter notebook

STEP 9:-

Jupyter Notebook Launched in Docker Container

Jupyter Notebook Lauched

If you liked the above blog, please share it.

DM me on LinkedIn in case of suggestions/feedback/queries:

--

--