Skip to content

Commit b980460

Browse files
committed
Update how to file
1 parent 467585b commit b980460

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

HOW-TO-USE.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ It requires Python 3.9+.
99
$ pip install -r requirements.txt --break-system-packages
1010
```
1111

12+
If you plan to build the images locally, you'll need to create a builder instance. This command just needs to be run one time.
13+
14+
```bash
15+
$ docker buildx create --name container --driver=docker-container
16+
```
17+
1218
## Usage
1319

1420
Display the help:
@@ -68,10 +74,10 @@ positional arguments:
6874
{exists,build,push,aliases}
6975
exists Check if tag exists on Docker Hub
7076
build Build container and create docker tag
71-
push Push docker tags
77+
push Build container and create docker tag then push docker tags
7278
aliases Get aliases
7379

74-
optional arguments:
80+
options:
7581
-h, --help show this help message and exit
7682
```
7783
@@ -126,7 +132,7 @@ $ nosetests --with-id 7
126132
127133
This will also generate a `.nodeids` binary file, when you add new test methods you need to remove this file to re-generate the list of IDs.
128134
129-
## Building and running PrestaShop docker locally
135+
## Building and running PrestaShop docker locally (local platform only, deprecated)
130136
131137
First to make sure you will use the local docker containers and not the ones from Docker hub make sure you remove all existing PrestaShop images (including the base images)
132138

0 commit comments

Comments
 (0)