The front page for the back side of Netsoc Services.
59
This is intended to be a one-stop shop for users of UCC Netsoc's servers.
To build the docker image:
netsocadmin/config.py following the same format as of that in netsocadmin/config.py. This file configures the netsoc admin server itself.docker build -t docker.netsoc.co/netsoc/netsocadmin .
To run the docker image:
docker run \
-d -p 5050:5050 \
--name netsocadmin \
-v /path/to/backups:/backups \
-v /path/to/home/dirs:/home/users \
-v /path/to/admin_passwords.py:/netsocadmin/config.py \
docker.netsoc.co/netsocadmin:latest
Please checkout our Netsoc Developer Environment
Just to be aware that testing on MacOS might require you to build the netsocadmin docker image locally to test it, due to some issues with crypt functions on MacOS. I don't know why it's a thing, but it is :(
docker build -t netsocadmin .docker run -d -p 5050:5050 --name netsocadmin --net host netsocadminlocalhost:5050 and continue as normalContent type
Image
Digest
Size
107.9 MB
Last updated
about 6 years ago
docker pull uccnetsoc/netsocadmin2:dev-env