Kitematic is an open source project built to simplify and streamline using Docker on a Mac
Questions tagged [kitematic]
72 questions
51
votes
14 answers
ImagePullBackOff local repository with Minikube
I'm trying to use minikube and kitematic for testing kubernetes on my local machine. However, kubernetes fail to pull image in my local repository (ImagePullBackOff).
I tried to solve it with this : Can not pull docker image from private repo when…

Xero
- 3,951
- 4
- 41
- 73
25
votes
4 answers
How to import .bacpac into docker Sqlserver?
I installed Sqlserver on my Mac in a docker container, following the instructions from this article.
I run the container with Kitematic and managed to connect to the server using Navicat Essentials for SQl Server.
The server has four databases and…

nikan
- 1,103
- 1
- 9
- 20
11
votes
3 answers
How to backspace or delete?
In Windows 10, when I launch MS PowerShell to ssh through a container in Kitematic at windows, I've noticed that I can't backspace or delete, instead I get ^H for backspace instead of actually delete previous character.
Do I miss something?

simo
- 23,342
- 38
- 121
- 218
10
votes
1 answer
How am I supposed to access a named volume from the host?
I'm new to the Docker world and I'm trying to achieve something one could think is trivial. However, it seems a lot of beginners struggle to persist their data when using Docker.
I've built a custom image using a Dockerfile. The container runs a…

GuiTeK
- 1,561
- 5
- 20
- 39
7
votes
2 answers
How to use Kitematic with Hyper-V enabled?
I have installed Docker for Windows (running Windows 10). Out of the box, Docker would not install an image on Hyper-V but I was able to get it work.
Edit: I acquired Kitematic via the link from this screen:
Upon clicking download, I get a zip…

tatmanblue
- 1,176
- 2
- 14
- 30
6
votes
1 answer
Getting error for Kitematic in windows for docker
I have setup docker on windows 10 machine.
My docker is working fine on the command line.
But Kitematic is not working and throwing below error
Command failed: C:\Program Files\Docker Toolbox\docker-machine.exe -D
create -d virtualbox…

Shubham Jain
- 16,610
- 15
- 78
- 125
6
votes
0 answers
How to add your own icon to a dockerhub image
When opening kitematic, you get a nice overview of recommended and popular Docker images, each of those with its own app icon, etc.
My question is, where you can set this "branding" properties in the dockerhub (icon and side color...)

Alfageme
- 2,075
- 1
- 23
- 30
4
votes
3 answers
Running Command "docker-compose run web ..." creates a new container in Kitematic container list
Each time I run the command "docker-compose run web ..." it results in another container being added to Kitematic, so that I have a list of containers like "image-name_web_run_1" and so on with each run of docker-compose.
Is this expected behaviour?…

Dobler
- 821
- 2
- 10
- 23
3
votes
2 answers
This computer doesn't have VT-X/AMD-v enabled
When I'm trying to create a default machine through Kitematic, I'm always receiving the same error message. It tells me that "This computer doesn't have VT-X/AMD-v enabled", even if the task manager is showing me that the virtualization is on. Any…

ProV
- 251
- 1
- 4
- 14
3
votes
2 answers
Docker container doesn't run until I click "Enable volumes" in Kitematic
I recently created a docker-compose file here: https://github.com/ffMathy/Screeps.Server.Docker/blob/master/docker-compose.yml
I'm currently on Windows, but running Linux containers.
When I try to start up my containers using docker-compose up, they…

Mathias Lykkegaard Lorenzen
- 15,031
- 23
- 100
- 187
3
votes
0 answers
Kitematic not showing any Images/Containers
I have pulled three images from docker hub using docker.I have listed those three images below
suju@suju-VirtualBox:~$ sudo docker images -a
REPOSITORY TAG IMAGE ID CREATED SIZE
mysql …

Arul Suju
- 706
- 1
- 9
- 21
3
votes
1 answer
What does "Use VirtualBox instead of Native on next restart" in Kitematic (Docker) do?
There is a setting when you click the sprocket on the right of the bottom tab in Kitematic. What does it do exactly? What is the difference between Native and VirtualBox?

unom
- 11,438
- 4
- 34
- 54
3
votes
2 answers
MacOS Kitematic How To Configure Volumes
I'm the docker newest user. I create container by Kitematic, but why my Configure Volumes is empty, and how to add some folder?
I can use command to add volume:
docker run -it -v /home/dock/Downloads:/usr/Downloads:ro ubuntu64 /bin/bash
But how to…

cs x
- 621
- 2
- 8
- 23
3
votes
1 answer
Kitematic docker config yml
I spawned one docker container using kitematic.
I was following another tutorial related to a specific deployment need and want access to the yml file which contains the settings.
Can anybody help me know where does Kitematic store yml dockerfile …

comiventor
- 3,922
- 5
- 50
- 77
3
votes
0 answers
How to expose Docker volumes to my local machine using KiteMatic interface
Playing around with TensorFlow on my Mac, I'm using KiteMatic to run "temsorflow:latest" docker. I have some Python examples that I want to run on my local machine. Basically I want to be able to import tensorflow as tf, but since this library…

Shlomi Schwartz
- 8,693
- 29
- 109
- 186