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 #8

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Docker image #8

wants to merge 11 commits into from

Conversation

daxm
Copy link

@daxm daxm commented Jan 29, 2020

Has ability to build a Docker image (stored at Docker Hub under my account at the moment). Docker container gives user the ability to run pre-loaded example scripts or import their own script folder.

Use built-in scripts:
docker run -i --rm --name dnacentersdk dmickels/dnacentersdk:latest

Use user scripts:

  • Make directory to hold scripts
  • Add python scripts in said directory
  • ``docker run -v "path to script directory":/usr/src/app/scripts -i --rm --name dnacentersdk dmickels/dnacentersdk:latest```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant