- Build a docker image.
docker build -t act-server . - Run the server:
docker run -d --name act-server-container -p 80:80 act-server - List the running docker containers:
docker ps - Stop the container (by name or id):
docker stop act-server-container - Remove the container by name:
docker rm act-server-container
AmitThakur/act-server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|