A worker project for the retrieval and storage of Crypto details.
dotnet publish --os linue /t:PublishContainer
To log in to a remote/local docker: docker login -u casaos
docker image ls
To list containers: docker container ls
To list containers, including legacy (not imported to CASAOS) docker container ls --all
To get the last 5 log entries from a container: docker logs -n 5 CONTAINER
To run/create a container from an image docker run -d IMAGEIDorIMAGENAME