Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6fc7451

Browse files
author
Ivan Franchin
committed
Replace Docker with Podman
1 parent 6f2a17e commit 6fc7451

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
5555

5656
- [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
5757
- [`Java 21+`](https://www.oracle.com/java/technologies/downloads/#java21)
58-
- Some containerization tool [`Docker`](https://www.docker.com), [`Podman`](https://podman.io), etc.
58+
- [`Podman`](https://podman.io)
5959

6060
## Start Environment
6161

6262
- In a terminal, make sure you are inside `springboot-react-basic-auth` root folder;
6363

64-
- Run the following command to start docker compose services:
64+
- Run the following command to start docker containers:
6565
```
66-
docker compose up -d
66+
podman compose up -d
6767
```
6868

6969
## Running book-app using Maven & Npm
@@ -227,17 +227,17 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
227227
228228
- **Postgres**
229229
```
230-
docker exec -it postgres psql -U postgres -d bookdb
230+
podman exec -it postgres psql -U postgres -d bookdb
231231
\dt
232232
```
233233
234234
## Shutdown
235235
236236
- To stop `book-api` and `book-ui`, go to the terminals where they are running and press `Ctrl+C`;
237237
238-
- To stop and remove docker compose containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below:
238+
- To stop and remove docker containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below:
239239
```
240-
docker compose down -v
240+
podman compose down -v
241241
```
242242
243243
## How to upgrade book-ui dependencies to latest version

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /