Web developers development environment
2.3K
This all is simple as running:
docker run -dit -p 80:80 -p 443:443 -p 9000:9000 -v $HOME/.ssh:/root/.ssh -v $HOME/Web/html:/var/www/html --name=development perfectweb/development
The ports are self explanatory, also this is built with the the idea of mounting your local project folders into the docker container, including your ssh keys.
Content type
Image
Digest
sha256:ba4f1652a…
Size
345.5 MB
Last updated
about 11 years ago
docker pull perfectweb/development