Kitematic is an open source project built to simplify and streamline using Docker on a Mac
Questions tagged [kitematic]
72 questions
0
votes
2 answers
Docker volume restore
I had a gitlab container in docker.
Today i have installed Kitematic and began to experiment. I choosed gitlab container -> Settings -> Network -> pressed 'CONNECT TO HOST NETWORK' and after that gitlab dead. After changing this setting back i have…

Yury Kerbitskov
- 643
- 1
- 7
- 21
0
votes
1 answer
Unable to access port inside Docker
What could be wrong if the docker port cannot be accessed via the Access URL:
https://hub.docker.com/r/library/crate/

quarks
- 33,478
- 73
- 290
- 513
0
votes
1 answer
Neo4j Community edition - how to configure yml to run Docker image via Kitematic CL
I'm new to Docker and I want to fire up a docker Neo4j Community container that I can connect to (port 7474) and that has the Neo4j data and logs stored outside the container in a folder on my desktop. I'm working on a Windows machine.
I'm trying to…

Goofball
- 735
- 2
- 9
- 27
0
votes
1 answer
Starting MariaDB in DockerToolBox under Kitematic
Although I found this reference: https://hub.docker.com/_/mysql/, it's for MySQL, not MariaDB, and I don't see how it connects to Kitematic. I'm running on Win 10 home, so Docker Toolbox is running a Linux VM using Oracles' Virtual Box.
Text of…

NealWalters
- 17,197
- 42
- 141
- 251
0
votes
1 answer
Finding Containers Using Docker VirtualBox
I'm new to Docker and I'm Running macOS Sierra. I have installed Docker and can get the open Kitematic on localhost I can see my containers without issue and can access the site on localhost - when I switch to VirutalBox, my containers are no…

Ian Gray
- 387
- 1
- 3
- 15
0
votes
1 answer
Docker container from docker cloud on windows
I've some repositories on docker cloud. I build and deploy it on my home ubuntu server and that work well.
On my home server, I can access these services with their url (like http://registry:8761).
I'm trying to run my service on Kitematic on…

andy200486
- 43
- 7
0
votes
1 answer
How to build an image with Dockerfile in Kitematic?
Is there anyway to build an image with Dockerfile while using Kitematic?

Zigii Wong
- 7,766
- 8
- 51
- 79
0
votes
2 answers
How can I install docker toolbox on windows 7
Docker and kitematic can't be launch after a successfull installation of docker-toolbox.
I have this error when launching kitematic :
Error: connect ENOENT //./pipe/docker_engine
And also :
Command failed: C:\Program Files\Docker…

bokzor
- 413
- 7
- 19
0
votes
0 answers
Intranet name resolution in docker container
I use docker beta (version 1.12.0-rc3-beta18 build: 9996) on OS X (10.11.5) for learning docker.
I installed jetbrains/teamcity-server as docker container and two agents (on the same OSX machine and on Win 10 client).
The Git repositories are on own…

WebDucer
- 1,114
- 2
- 16
- 39
0
votes
1 answer
docker toolbox networking problems
Hi I want to have multiple services communicate with each other using docker toolbox: I would like to use https://github.com/gettyimages/docker-spark
In kitematic I can view the master's UI, however, the link to the slaves(s) do not work as docker…

Georg Heiler
- 16,916
- 36
- 162
- 292
0
votes
1 answer
How do I connect to a docker container running on a different host on a mac?
I have set up docker on my Mac using Kinematic. I have a mysql container running.
So, the 'schematic', I believe, looks like this: (Mac1 (VirtualBox Docker Host (MySQL Container))).
Mac1 IP: 10.10.10.100
MySQL Container: 192.168.99.100 running on…

AaCc
- 53
- 1
- 5
-1
votes
1 answer
Docker, Kitematic, running terminal commands
I am using Docker with Kitematic and I have installed an image of Linux with Magento 2 on it.
It all works well, but Magento 2 requires that I run terminal commands for several things. How do I do this?
I know where the terminal is and there's…
user7019279