updated to version 4 with podman support
This commit is contained in:
@@ -11,11 +11,12 @@ Clone the project: ```git clone git@git.4lt.ca:4lt/phpcontainer.git```
|
||||
Update the Dockerfile.
|
||||
|
||||
Build (be sure to change the version number)
|
||||
|
||||
```bash
|
||||
sudo docker buildx build --no-cache -t 4lights/phpcontainer:v3.1 -t 4lights/phpcontainer:latest --load .
|
||||
sudo docker login
|
||||
sudo docker push 4lights/phpcontainer:v4
|
||||
sudo docker push 4lights/phpcontainer:latest
|
||||
podman buildx build --no-cache -t 4lights/phpcontainer:v5 -t 4lights/phpcontainer:latest --load .
|
||||
podman login
|
||||
podman push 4lights/phpcontainer:v4
|
||||
podman push 4lights/phpcontainer:latest
|
||||
```
|
||||
|
||||
# References And Notes
|
||||
|
||||
Reference in New Issue
Block a user