Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
meta
Commits
8538f6ac
Commit
8538f6ac
authored
Jun 03, 2022
by
David Trattnig
Browse files
Docs: Add section on entering containers
parent
aca0dec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/administration/install-docker-compose.md
View file @
8538f6ac
...
...
@@ -202,6 +202,20 @@ docker system prune
This will
<u>
not
</u>
delete the Docker volumes (where the databases and therefore the persistent data lives).
### Log into a container
To
*bash*
into an already running container execute
```
bash
docker-compose
exec
-it
steering bash
```
To log into the database of a PostgreSQL container you can run
```
bash
docker compose
exec
steering-postgres psql
-U
steering
```
## Deploy other Docker Images
If you prefer some individual deployment scenario, you can also
[
install single components using Docker only
](
install-docker.md
)
. These Docker images are hosted on
[
https://hub.docker.com/u/autoradio
](
https://hub.docker.com/u/autoradio
)
.
Write
Preview
Supports
Markdown
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