Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accelerator
Manage
Activity
Members
Plan
Wiki
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ksystem
Accelerator
Wiki
Wiki
dockerimage
Changes
Page history
New page
Templates
Clone repository
wiki/dockerimage erstellen
authored
5 years ago
by
Raphael Fritsch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wiki/dockerimage.md
+15
-0
15 additions, 0 deletions
wiki/dockerimage.md
with
15 additions
and
0 deletions
wiki/dockerimage.md
0 → 100644
View page @
4dc1f983
# 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
This diff is collapsed.
Click to expand it.