Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Lars Kruse
aura-engine
Commits
b2e0b8c2
Commit
b2e0b8c2
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Initial Docker documentation.
parent
063d53f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/running-docker.md
+46
-0
46 additions, 0 deletions
docs/running-docker.md
with
46 additions
and
0 deletions
docs/running-docker.md
0 → 100644
+
46
−
0
View file @
b2e0b8c2
# Running Engine with Docker
Docker provides a simple way to get your engine with all dependencies running.
Here you can find the official AURA Engine Docker images:
https://hub.docker.com/repository/docker/autoradio/engine
> Note: The Engine Docker image is in *POC* state and waiting to be fully implemented.
It's not yet ready to be offically used. If you want to try AURA Engine meanwhile
try the
[
Standard Installation
](
docs/installation-development
)
.
## Start an image
*To be extended ...*
## Configure an image
*To be extended ...*
## Making Docker Releases
This section is only relevant if you are an Engine Developer.
### Build your own, local Docker image
```
shell
./run.sh docker:build
```
### Releasing a new version to DockerHub
```
shell
./run.sh docker:push
```
## Read more
-
[
Overview
](
/README.md
)
-
[
Installation for Development
](
installation-development.md
)
-
[
Installation for Production
](
installation-production.md
)
-
[
Running with Docker
](
running-docker.md
)
-
[
Configuration Guide
](
configuration-guide.md
)
-
[
Developer Guide
](
developer-guide.md
)
-
[
Engine Features
](
engine-features.md
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment