Here’s my experience so far with trying to use the official docker image.
(Note: it’s my first time using Docker in over 3 years)
I ask some questions at the end.
I read the announcement by @revant_one : Official Docker Updates 2020
I follow the link to the Official DockerHub Listing for ERPNext-NGinx
There’s no guide or instructions at all, all I see is docker pull frappe/erpnext-nginx
I try it …
erpdev@erpdck:~$ docker --version
Docker version 19.03.8, build afacb8b7f0
erpdev@erpdck:~$ docker pull frappe/erpnext-nginx
Using default tag: latest
Error response from daemon: manifest for frappe/erpnext-nginx:latest not found: manifest unknown: manifest unknown
erpdev@erpdck:~$
… hmmm. Ok, was that naive?
I’ll work from the frappe: frappe_docker README
Steps :
- “To get started, copy the existing
env-example
file to.env
inside theinstallation
directory” - Edit as required
- Run the first
docker-compose
command … - (not mentioned!) Install
docker-compose
- Run the first
docker-compose
command … - (not mentioned!) move
.env
to outside theinstallation
directory - Run the first
docker-compose
command … - Edit VERSION in the
.env
file to try a different release number - Run the first
docker-compose
command … - Edit VERSION in the
.env
file to try a different release number - Run the first
docker-compose
command … - Edit VERSION in the
.env
file to try a git branch name - Run the first
docker-compose
command … - Run the second
docker-compose
command … - Wonder what to do next…
Questions:-
Where can I find installation instructions for the official Docker image?
Where can I find instructions for using the official Docker image for developing an ERPNext module without having to use VSCode?
How can I get a command line inside the docker container?