Skip to content

Commit 4fea23f

Browse files
authored
updated README - removed gosu from the examples.
1 parent 470e963 commit 4fea23f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ make all
8484
```bash
8585
# Bash
8686
# as root
87-
docker exec -it oracle_database bash
87+
docker exec -it -u root oracle_database bash
8888
# as oracle
89-
docker exec -it oracle_database gosu oracle bash
89+
docker exec -it oracle_database bash
9090
9191
# Run sqlplus in the running container
92-
docker exec -it oracle_database gosu oracle sqlplus / as sysdba
92+
docker exec -it oracle_database sqlplus / as sysdba
9393
9494
# Run rman in the running container
95-
docker exec -it oracle_database gosu oracle rman target /
95+
docker exec -it oracle_database rman target /
9696
9797
# Run sqlplus in a separate container and
9898
# connect to the database in the linked container

0 commit comments

Comments
 (0)