648b325a59
Prerequisites: Linux host with Docker installed. Usage: ./docker/env_build - script removes previous container if eny and builds an updated `refstack-client` image ./docker/env_up - script setups environment in container if is the first run and joins to shell in this container Basic usage example: 1) Checkout repository 2) Run ./docker/env_build.sh 3) Run ./docker/env_up.sh ... You will get Bash console in the prepared dockerized environment. 4) Run ./docker/env_up.sh to get back to shell in the env 5) Run ./docker/env_build.sh to rebuild image and spin a new env container. NOTE: These scripts are safe to run locally. Change-Id: I51e34a5d130d9595ead948f7ddb0db840527a797
17 lines
135 B
Plaintext
17 lines
135 B
Plaintext
*.egg*
|
|
*.py[cod]
|
|
.coverage
|
|
.cache
|
|
.tox/
|
|
.venv/
|
|
AUTHORS
|
|
ChangeLog
|
|
build/
|
|
cover/
|
|
dist
|
|
.git/
|
|
venv/
|
|
.venv/
|
|
.tempest/
|
|
htmlcov/
|
|
test-reports/ |