
If you go to the docker tray icon, Kitematic appears in the list, you just need to click on the link and install it, more info in. You can obtain images as Jenkins, Nginx, MongoDB, Postgres DB, Python, Wordpress, Ghost, and much much more.Īlso you can create and upload your own images, either public or in your private repository. This is a repository for docker images, you can find a lot of public images to deploy the services you need easily. Otherwise, if you prefer to avoid the terminal, here I provide a list of some useful UI tools that will let you setup containers easily with no command lines involved at all, and some other services/applications related to the docker universe.


#Kitematic remote host how to
How to start with Dockerĭocker website is the starting point, the installation is pretty simple and straightforward Īfter the installation, if you like to run commands through the terminal, make sure you have docker and docker-compose commands available, these are the two commands that you will be using for all the operations like building docker images, deploy containers, list available containers, restart them, or use docker-compose to build a bundle of services connected between each other, between other operations available. If you are a Python developer, probably you had to deal with versioning issues between your personal or professional projects in the past, or a port already in use, or maybe you have a lot of libraries, SDKs, and dependencies everywhere in your disk.ĭocker is a tool that lets you organize all these issues, and also it helps you to keep your services well organized and conflict-free.
