The Wayback Machine - https://web.archive.org/web/20201026092727/https://github.com/greenled/portainer-stack-utils/issues/5
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image docs #5

Open
greenled opened this issue Nov 25, 2018 · 1 comment
Open

Docker image docs #5

greenled opened this issue Nov 25, 2018 · 1 comment
Labels

Comments

@greenled
Copy link
Owner

@greenled greenled commented Nov 25, 2018

Documentation should include how to use the Docker image

@greenled
Copy link
Owner Author

@greenled greenled commented Nov 25, 2018

Something like

docker run -v $(pdw)/docker-compose.yml:/docker-compose.yml -e ACTION="deploy" -e PORTAINER_USER="admin" -e PORTAINER_PASSWORD="password" -e PORTAINER_URL="http://portainer.example.com" -e PORTAINER_STACK_NAME="mystack" -e DOCKER_COMPOSE_FILE="docker-compose.yml" greenled/portainer-stack-utils psu
docker run -v $(pdw)/docker-compose.yml:/docker-compose.yml greenled/portainer-stack-utils psu -a deploy -u admin -p password -l http://portainer.example.com -n mystack -c docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.