Top "Docker-api" questions

Use this tag with the Docker Engine API.

Docker - Error response from daemon: client is newer than server

After creating a new machine with Docker Machine, I'm getting the following error: $ docker ps Error response from daemon: client …

docker docker-compose docker-machine docker-api
DOCKER_TLS_VERIFY, DOCKER_HOST, and DOCKER_CERT_PATH on Ubuntu

If DOCKER_TLS_VERIFY, DOCKER_HOST and DOCKER_CERT_PATH are not set on Ubuntu, what are the defaults to …

docker docker-api
How do i expose the Docker Remote API on Centos 7?

On ubuntu i can go into /etc/init/docker.conf and put in DOCKER_OPTS='-H tcp://0.0.0.0:4243 -H unix:///var/…

docker centos7 docker-api
How to enable Docker API access from Windows running Docker Toolbox (docker machine)

I am running the latest Docker Toolbox, using latest Oracle VirtualBox, with Windows 7 as a host OS. I am trying …

windows rest docker windows-7 docker-api
Can we build a docker image using .tar or zip archive

Can we build a docker image using tarball or zip archive which includes dockerfile inside that. I need to build …

docker docker-image docker-build docker-api
docker and mysql: Got an error reading communication packets

I have a problem with connectivity in docker. I use an official mysql 5.7 image and Prisma server. When I start …

mysql docker docker-api prisma prisma-graphql