You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base image for docker containers. Uses Alpine for the OS + runit for services. See the example service to learn how to create
services that will run when the container is started.
To build image
docker build . -t pureparadox/base
To pull image
docker pull pureparadox/base
About
Base image for docker containers. Uses Alpine for the OS + runit for services