trying docker hardened image
This commit is contained in:
@@ -21,7 +21,11 @@ Using Jakach Login is straightforward:
|
|||||||
```bash
|
```bash
|
||||||
docker volume create jakach-login-db-storage
|
docker volume create jakach-login-db-storage
|
||||||
```
|
```
|
||||||
4. **Run the system using Docker Compose:**
|
4. **Authenticate to Docker Hardened Images:**
|
||||||
|
```bash
|
||||||
|
docker login dhi.io
|
||||||
|
```
|
||||||
|
5. **Run the system using Docker Compose:**
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
jakach-login-db:
|
jakach-login-db:
|
||||||
image: mariadb:10.6.25
|
image: dhi.io/mariadb:12
|
||||||
container_name: jakach-login-db
|
container_name: jakach-login-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: 1234
|
MARIADB_ROOT_PASSWORD: 1234
|
||||||
networks:
|
networks:
|
||||||
jakach-login-network:
|
jakach-login-network:
|
||||||
ipv4_address: 192.168.5.2
|
ipv4_address: 192.168.5.2
|
||||||
|
|||||||
Reference in New Issue
Block a user