Skip to content
#

docker-images

Here are 482 public repositories matching this topic...

bdteo
bdteo commented Jan 6, 2020

Info:

  • Docker version ($ docker --version): Docker version 18.09.7, build 2d0083d
  • Laradock commit ($ git rev-parse HEAD): 0d086024a8b7cff30f45860fe28c9ae896281bc8
  • System info (Mac, PC, Linux): Linux
  • System info disto/version: Ubuntu 18.04

Issue:

The /opt/mssql/bin/mssql-conf set-sa-password script does not work at all.
Not only that

muety
muety commented Sep 21, 2019

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:

  1. It should be -it, rather than --it, since the first one is invalid
  2. You also need to specify -e HOST="0.0.0.0" and -e PORT="5000" in order for the app to start.

Addi

pgarrison
pgarrison commented Aug 26, 2019

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

eservent
eservent commented Sep 25, 2019

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
hoatle
hoatle commented Oct 10, 2017
  • 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@

Improve this page

Add a description, image, and links to the docker-images topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.