Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Simple MOHAA/SH Docker image

  1. #11

    Default

    Hi! This works for me, good job

    I can start and stop the docker container but is there also a way to manage the server in Ubuntu via commands in the putty SSH-console?

  2. #12
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default

    Quote Originally Posted by frawimmer View Post
    Hi! This works for me, good job

    I can start and stop the docker container but is there also a way to manage the server in Ubuntu via commands in the putty SSH-console?
    You dont need to ssh into a container, you can exec bash to a container like this:
    docker exec -it <container-name> -- /bin/bash

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •