Experimental deployment of [Prototypo] on Docker.
[Prototypo]: http://prototypo.io
# Get the docker image
$ docker pull passcod/prototypo
# Create a folder to persist the couchdb data
$ mkdir /path/to/data
# Launch it. You'll have to enter a password
# for the Hoodie Admin dashboard.
$ docker run -itv /path/to/data:/var/lib/couchdb passcod/prototypo
Now you should be able to connect to the container. Ports are:
Find out the address using:
$ docker ps
$ docker inspect container_name | grep IPAddress
Connect to the Hoodie admin dash with the password you typed in, add a new user, and use those credentials to log in to Prototypo.
Happy font creating!
Content type
Image
Digest
sha256:99154eaaf…
Size
514.6 MB
Last updated
almost 11 years ago
docker pull passcod/prototypo