Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 756 Bytes

README.md

File metadata and controls

53 lines (38 loc) · 756 Bytes

Super Simple Docker Collaboration Container

To Use

  • build and start

(will stay active in this shell)

$ docker-compose up
  • setup

(it won't let you run this twice)

$ docker-compose exec halos sh /usr/local/sbin/setup.sh salt
  • add users
$ docker-compose exec halos sh /usr/local/sbin/add.sh username "User Name"
Changing password for username
New Password:
  • Log in!
$ docker-compose exec halos su - username
$ alpine
… send email …
$ salt
> /nick User
> hello
> /quit
  • Give a login prompt
docker-compose exec halos login
000000000 login: username
password: …
…

LICENSE

© 2023 Code Hive Tx, LLC Apache-2.0, see LICENSE