Skip to content

vollbrechtlab/acds-docker

Repository files navigation

ACDS docker

Preparation

Put all server files in public_html folder except the sql dump file.

Build

docker build -t acds .

Run in foreground

docker run -p 8080:80 -it acds /bin/bash

Run in background

docker run -p 8080:80 -id acds /bin/bash

Useage

Browse to localhost:8080

Note

Use either use port forwarding or allow port 80 to be used so that the 8080 port is not used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published