Skip to content
Advertisement

Tag: docker

Package manager on the Docker Machine default VM?

I’m developing on OSX using Docker Machine. I used the quickstart terminal to let it create the default VM which is extremely minimal: In an OS X installation, the docker daemon is running inside a Linux VM called default. The default is a lightweight Linux VM made specifically to run the Docker daemon on Mac OS X. The VM runs

Golang Mac OSX build for Docker machine

I need to run Golang application on Docker machine. I’m working on Mac OSX and Docker is working on top of Linux virtual machine, so binaries builded on Mac are not runnable on Docker. I see two ways here: cross-compile binaries on Mac for linux OS copy project sources to docker, run ‘go get’ and ‘go build’ on it First

deploy wso2esb in docker container with kubernetes

can someone help with how to deploy wso2esb in docker container with kubernetes? currently im running only one node/master at local machine with ubuntu server 14.04 LTS if im running with this it instantly trigger the service inside the container but if im running with this the container just run, without trigger the service inside the container btw im using

OS for Docker Image – Flavors

I’m very curious if most people are simply using Ubuntu for the majority of Linux flavors out there for their Docker images or if they’re using others. Can you tell me if you are using Ubuntu and if not why..and what else are you using? Is Ubuntu the defacto flavor just in general? Answer Many people use the same OS

Docker compose build error

If I use command docker-compose build, I’ll get error that looks like: I use the last version docker and docker-compose. My docker-compose.yml has the next code: I use an ubuntu 14.04 Could you tell me how is fix it? Answer You need to put the port definitions in quotes for short ports (2 digits). This is a result of the

How to run docker image in windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Advertisement