skip to Main Content

Docker port issue

I am developing an application which runs on docker containers. I have two node js applications where one is running on port number 5000 and another on 8888 in the docker. I would like to send http request to the…

VIEW QUESTION

docker-compose version 3 doesn't recognize runtime

I met the following issue that compose file version: '3' services: minkowski: build: context: . dockerfile: DockerfileGPU volumes: - "../:/app:rw" - "${DATA_PATH}:/app/data:rw" working_dir: /app tty: true stdin_open: true network_mode: "host" runtime: nvidia results in ERROR: The Compose file './docker/compose-gpu.yaml' is…

VIEW QUESTION
Back To Top
Search