Questions tagged [kitematic]

Kitematic is an open source project built to simplify and streamline using Docker on a Mac

72 questions
0
votes
1 answer

Give write permission to docker container

I'm running lamp container. So from my app running on apache server I need to upload a file. I keep getting an error: The upload destination folder does not appear to be writable. So, I need to give permission to the folder located in…
mandiatutti
  • 57
  • 1
  • 10
0
votes
2 answers

How to fix "We couldn’t deliver this payload: Couldn't connect to server" in github webhook while setting up a jenkins trigger?

I'm setting up a Web-hook in GitHub to trigger a Jenkins build for every push event. I'm running Jenkins from a Blue Ocean Docker container. https://i.stack.imgur.com/10HRD.jpg I'm able to access jenkins from http://192.168.99.101:32771/ , as…
0
votes
1 answer

Docker: kitematic timeout to get container

I am trying to learn docker so i installed official docker application from it's site and after installing i installed kitematic.I am using windows 10: Client: Debug Mode: false Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images:…
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
0
votes
0 answers

Kitematic gets error when connecting to Docker Hub “self signed certificate in certificate chain”

I am setting up Docker environment on Windows 10. Now Docker desktop is up and running and I could use docker commands as well. I tried to click Kitematic on Docker Desktop menu and downloaded Kitematic Windows from there. Unzipped and clicked exe…
0
votes
3 answers

How to find a Docker image on Docker Hub?

I am new to Docker. Using Kitematic, how can I setup a Docker container containing the following? Apache, Memcached, MySQL, Nginx, PHP FPM Should I find one single image with all these? If so, how do I find that on https://hub.docker.com? It doesn't…
bart
  • 14,958
  • 21
  • 75
  • 105
0
votes
1 answer

Starting Oracle Database under Kitematic

I am starting to learn Docker. On Docker Hub I found the Oracle Database Enterprise Edition Container which I would like to play around with. Can I use Kitematic to controll the container? I have not seen Oracle DB in Kitematic.
TheIngo
  • 3
  • 4
0
votes
2 answers

Automatically set host IP as an environment property in docker

I am in a corporate dhcp network and the ip changes frequently. While running one of the docker containers in my laptop, i have to pass the local ip of my machine for allowing a call back to a different application. I am now running the container…
Atul Soman
  • 4,612
  • 4
  • 30
  • 45
0
votes
0 answers

Is there a way to find the equivalent command line calls Kitematic uses when interacting with docker?

I’m new to docker and am using docker for windows. I’m also using Kitematic to pull repository images, configure the container, start, restart, set ports, etc. Is there a way to find out exactly what commands Kitematic is sending to docker so I can…
WhiskerBiscuit
  • 4,795
  • 8
  • 62
  • 100
0
votes
1 answer

Docker for Mac not forwarding ports

I'm trying to start elasticsearch 2.4.6 on my Mac (HighSierra). Using: Docker Kitematic 0.17.2, Docker for Mac 18.06.1 After I download and run selected image in container I have CONTAINER ID IMAGE COMMAND …
Xentatt
  • 1,264
  • 22
  • 35
0
votes
2 answers

Spring boot inside docker container throws java.net.ConnectException: Connection refused (Connection refused)

The client application sends json data to server on localhost:8080 that is packaged and run as docker image. Servers work fine when manually sending json using Postman chrome app. The problem is with dockerized client that throws…
J.Olufsen
  • 13,415
  • 44
  • 120
  • 185
0
votes
1 answer

Kitematic will not allow mysql container to use local storage

**** SOLVED THIS - ANSWER BELOW - IT MAY HELP OTHERS **** Latest version of docker. MYSQL 5.7.22 container. Running on Mac OS X. It runs fine, but whenever I define local folder (see red arrow) I will get this Kitematic error and the entire thing…
JasonGenX
  • 4,952
  • 27
  • 106
  • 198
0
votes
0 answers

Cannot not restart a docker container with existing mounted host directory

I pulled a nginx+php container (https://hub.docker.com/r/imagine10255/centos6-lnmp-php56/) and had started that, it will create a folder to specific location i.e.(D:\xampp\htdocs\centos6-lnmp-php56\home\website), but now i can't restart it, anyone…
hkguile
  • 4,235
  • 17
  • 68
  • 139
0
votes
1 answer

Wordpress docker container with test e-mail environment

Is there any simple way to run Wordpress using the docker with the environment to test mailing? I have a container with WordPress and MariaDB running and I am trying to connect it to MailDev or similar environment for the mailing test. I have…
neuroine
  • 174
  • 2
  • 19
0
votes
0 answers

How to recover a docker container that is removed using kitematic

I am using Windows. I accidentally removed a container using the kitematic application. When I searched my machine I still can find traces of this under C:\Users\{mylogin}\.somedirectory\myContainer The thing is how do I re-attach this and somehow…
truthseeker
  • 439
  • 1
  • 5
  • 9
0
votes
0 answers

Kitematic startup error on windows 10 home

I just installed docker on my windows 10 home pc and I'm trying to start up kitematic but it keeps failing with and unexpected error could not determine ip from docker-machine. I've also attached a screenshot below. I can't seem to find a solution…
HackAfro
  • 720
  • 1
  • 12
  • 28