Changes
Page history
add init doc
authored
Sep 10, 2019
by
cracker0dks
Hide whitespace changes
Inline
Side-by-side
dockerimage.md
0 → 100644
View page @
eeb339ca
# Build a new Docker Image #
1.
clone the Acclerator code:
<pre>
git clone http://git.reutlingen-university.de/Ksystem/Accelerator.git
</pre>
1.
go to the docker folder at Accelerator/docker
1.
Be sure to remove all acc images before building a new one!
*
Check with: docker images
*
Remove old images with: docker rmi [imagename]
1.
Build the Image
<pre>
docker build -t acc .
</pre>
# Upload the new Image to the git.reutlingen-university.de registry#
1.
Make the correct tag
<pre>
docker tag acc docker.reutlingen-university.de/acc
</pre>
1.
Push the new tag to the registry
<pre>
docker push docker.reutlingen-university.de/acc
</pre>
\ No newline at end of file