qertmatter.blogg.se

Kitematic connecting to docker hub
Kitematic connecting to docker hub












kitematic connecting to docker hub
  1. #Kitematic connecting to docker hub install
  2. #Kitematic connecting to docker hub download

In “CONTAINER LOGS” section you can observe information that the container is logging in real-time. You should see the “RUNNING” status next to your container name in the status bar on top. It should also run the container automatically when it is ready.

#Kitematic connecting to docker hub download

Kitematic will download the image for you and create a container. Exit the options menu and click the “CREATE” button. There are quite some available, let’s choose one and continue. Here you can choose which version of Postgres you want to install. Before clicking the “CREATE” button, tap the three dots to the left of it. Note that official images are marked with an appropriate label, like the first search result under “Recommended” section in the screenshot below. Let us find the official PostgreSQL image by typing “postgres” in the search bar. Now you can browse through thousands of Docker images available in the hub. You might need to create a Docker Hub account, so in case Kitematic refuses to work without one, please register and login. Once you got both running, you should land in the Kitematic interface. Step 2: Download PostgreSQL imageĬool, now that the tools are installed, make sure that Docker is running before launching Kitematic. You can get Docker Desktop here and Kitematic here, both of the apps are free.

kitematic connecting to docker hub

Docker Desktop contains the Docker engine required to operate containers, and Kitematic is a beautiful graphical user interface for running containers. We are going to need two tools: Docker Desktop and Kitematic.

#Kitematic connecting to docker hub install

After reading this article, you will be able to install and manage thousands of other images available on the Docker Hub, such as Nginx, MongoDB, Redis, Node.js, etc., without all the difficulties of setting them up and managing yourself. This will allow you to manage applications in lightweight Docker containers, without a need to install them on your host machine or a Virtual Machine. In this post, you are going to experience a quick and painless installation of a PostgreSQL database on your local machine using Docker. A painless experience of installing a database locally with Docker and Kitematic.














Kitematic connecting to docker hub