container-image Questions

2

For Pytorch and Tensorflow, there are tags which differentiate devel and runtime, I am not quite sure what are the difference between these two, can someone help me understand that better?

1

Solved

When I tried scanning local images, like the hello-world image, using docker scan hello-world, I get this error docker: 'scan' is not a docker command. See 'docker --help' My docker version is Cli...
Twirp asked 10/1, 2021 at 19:45

2

I have to list the Docker container images published in a certain project, but I cannot find an appropriate API using the gcloud CLI tool. Is this possible? Is there any other solution to list the...

3

Solved

I display running containers using docker ps command. There is an IMAGE column that shows name of the image that each container was created from. However in the meantime (while containers were runn...
Automata asked 7/1, 2019 at 13:35

2

Solved

I have a docker-compose setup for development, and I need to replicate the same file for production or staging. Currently, aside from volumes ports and environment I am not quite sure what settin...

1

I have a docker application on my localhost which works fine. I am running PHP, Nginx and Mariadb on it. The docker-compose.yml file which containes this code: version: '3' services: db: buil...
Vestryman asked 10/10, 2018 at 1:6
1

© 2022 - 2024 — McMap. All rights reserved.