docker-images
Here are 482 public repositories matching this topic...
In README.md
there is the following command:
docker run --it --name tgr -p 5000:5000 -e CLIENT_ID="xxxxxxx" -e CLIENT_SECRET="xxxxxxxxxxxxxxx" -e DEBUG="True" tgr
There is two issues with that:
- It should be
-it
, rather than--it
, since the first one is invalid - You also need to specify
-e HOST="0.0.0.0"
and-e PORT="5000"
in order for the app to start.
Addi
-
Updated
Jan 2, 2020
The deprecation notice (in the readme) suggests that no one should use docker images with tags >= 4.2. Yet, there are images published on dockerhub up to 5.3, and they seem usable. I am not using maven, so the purpose of the dockerfile-maven-plugin is unclear.
It would help to explain what exactly is deprecated, for which use cases, and for what reason.
(I am using the 5.3 image, and would l
-
Updated
Mar 12, 2020 - JavaScript
As #103 showed, we should have clear instructions as to how to add a frontend application inside our NoDock environment.
-
Updated
Feb 15, 2020 - Rust
-
Updated
Mar 20, 2020 - Dockerfile
-
Updated
Mar 29, 2020 - Go
-
Updated
Apr 23, 2019 - Dockerfile
Hello,
I tried to use /bin/terraform-docs.awk to generate documentation with terraform-docs.
An error occured with this variable from provider aws, resource "aws_ecs_service", property "ordered_placement_strategy" :
variable "ordered_placement_strategy" {
type = list(object({
type = string
field = string
}))
description = "Ordered task placement strategy on EC2 inst
-
Updated
Mar 27, 2020 - Dockerfile
Docker has a global --config
flag documented here: https://docs.docker.com/engine/reference/commandline/cli/
Through this, you can define the location of config.json
.
docker-credential-gcr configure-docker
currently always generates the config file in ~/.docker
. It would be nice to be able to modify this in the same way as in Docker.
I try to issue `docker-credential-gcr configure
-
Updated
Mar 5, 2020 - Python
Sahi proxy requires one to import certificates generated by Sahi proxy.
Documentation only contains a sample for Firefox, but IE requires different actions.
I included the dockerfile exactly as stated in the usage documentation and created a file named 20-config.mqsc in the working directory and got:
COPY failed: stat /var/lib/docker/tmp/docker-builder970108510/20-config.mqsc: no such file or directory
Where does this file need to be saved for this dockerfile to work? It is unclear from the doc.
-
Updated
Apr 1, 2020
Minikube will soon drop support for systems that don't run systemd. This is a request to help customers who use minikube to test k8s.
See 30784
-
Updated
Mar 20, 2020 - Groovy
-
Updated
Mar 8, 2020 - Rust
-
Updated
Nov 14, 2018 - Shell
- make sure this works:
vagrant@teracy:~/workspace/docker-files$ docker run --rm -v $(pwd):/tmp -w /tmp hoatle/travis compile > build.sh
detected repository as teracyhq/docker-files
env.matrix key is ignored
vagrant@teracy:~/workspace/docker-files$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/$(pwd) -w $(pwd) teracy/ubuntu:16.04-dind-17.06.0-ce bash
root@
-
Updated
Mar 30, 2020 - Python
-
Updated
Mar 31, 2020 - Ruby
-
Updated
Mar 31, 2020 - Shell
-
Updated
Sep 2, 2018
-
Updated
Apr 1, 2020 - Dockerfile
-
Updated
Mar 9, 2019 - Swift
Improve this page
Add a description, image, and links to the docker-images topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-images topic, visit your repo's landing page and select "manage topics."
Info:
$ docker --version
): Docker version 18.09.7, build 2d0083d$ git rev-parse HEAD
): 0d086024a8b7cff30f45860fe28c9ae896281bc8Issue:
The
/opt/mssql/bin/mssql-conf set-sa-password
script does not work at all.Not only that