Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust docker compose for interactive console #4096

Merged
merged 7 commits into from
Feb 1, 2024

Conversation

LtRipley36706
Copy link
Member

Made adjustments to setup to allow for interactive console to work by default

initial configuration is made using docker.env file, end user should edit variables to their liking.

use docker compose up -d to start ace server. it will attempt to pull or build ace and also setup and initialize sql server.

use docker container attach --sig-proxy=false ace-server

or

docker attach --sig-proxy=false ace-server

to access ace console in docker. With --sig-proxy=false option, user can press Ctrl-C to exit ace console.

It may be that the arm64 variations of the docker compose and dockerfile are no longer necessary as well but I'm leaving them for now.

Made adjustments to setup to allow for interactive console to work by default

use `docker container attach --sig-proxy=false ace-server`

or

`docker attach --sig-proxy=false ace-server`

to access ace console in docker
@LtRipley36706 LtRipley36706 merged commit 7ad9775 into ACEmulator:master Feb 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant