trying docker hardened image
This commit is contained in:
@@ -21,7 +21,11 @@ Using Jakach Login is straightforward:
|
||||
```bash
|
||||
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
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
jakach-login-db:
|
||||
image: mariadb:10.6.25
|
||||
image: dhi.io/mariadb:12
|
||||
container_name: jakach-login-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: 1234
|
||||
MARIADB_ROOT_PASSWORD: 1234
|
||||
networks:
|
||||
jakach-login-network:
|
||||
ipv4_address: 192.168.5.2
|
||||
|
||||
Reference in New Issue
Block a user