Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Jul 17, 2019
1 parent 6df1f03 commit ca7d3ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions localstack/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
# path to local Docker UNIX domain socket
DOCKER_SOCK = os.environ.get('DOCKER_SOCK', '').strip() or '/var/run/docker.sock'

# additional flags to pass to "docker run" when starting the stack in Docker
DOCKER_FLAGS = os.environ.get('DOCKER_FLAGS', '').strip()

# command used to run Docker containers (e.g., set to "sudo docker" to run as sudo)
DOCKER_CMD = os.environ.get('DOCKER_CMD', '').strip() or 'docker'

Expand Down

0 comments on commit ca7d3ac

Please sign in to comment.