Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Vivado Docker
Commits
b4d15c2e
Commit
b4d15c2e
authored
Sep 27, 2016
by
Colm Ryan
Browse files
--rm=true is default for docker build
parent
99704912
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b4d15c2e
...
...
@@ -13,7 +13,7 @@ Vivado installed into a docker image for CI purposes.
3.
Potentialy modify the
`install_config.txt`
to change the install options.
4.
Build the image (will take about 10 minutes) passing in a build arg
```
shell
docker build
--build-arg
HOST
=
HOST_NAME:8000
--rm
-t
vivado:2016.1 .
docker build
--build-arg
HOST
=
HOST_NAME:8000
-t
vivado:2016.1 .
```
## Running
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment